Data export using Microsoft Access

Поиск
Список
Период
Сортировка
От Edward Thomas
Тема Data export using Microsoft Access
Дата
Msg-id 060801c10a0c$38b42560$0300a8c0@Yoda
обсуждение исходный текст
Список pgsql-odbc
Hi,

I am using the Postgres ODBC driver (version 7.01.00.05) to export tables
from Access 2000 to PostgreSQL 7.0.2 on Linux. The problem is that all
tables and attributes that contain upper case letters are only accessible on
the new DB when enclosed in quotes, for example, a table called Test cannot
be accessed using "select * from Test where Val = 3", it has to be rewritten
as "select * from "Test" where "Val" = 3". It can be renamed using "alter
table "Test" rename to Test" but obviously if there is a fix or workaround
for this problem that would be better.

As there are no errors generated I have not attached the log files, as far
as both packages are concerned, everything is working fine.

Thanks,

Edward Thomas

--
CYNOSURE - Internet strategy and production

t: 01224 355271    |  CYNOSURE
f: 01224 626227    |  The Software Centre, Campus 2
e: ejt@cyno.co.uk  |  Aberdeen Science and Technology Park
w: www.cyno.co.uk  |  Aberdeen, AB22 8GU


В списке pgsql-odbc по дате отправления:

Предыдущее
От: José Luís Ferreira
Дата:
Сообщение: postgres odbc driver
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Re: postgres odbc driver