ECPG and case sensitivity

Поиск
Список
Период
Сортировка
От Dana L. Hones
Тема ECPG and case sensitivity
Дата
Msg-id 01BF0B58.94F6E7E0.honesd@ix.netcom.com
обсуждение исходный текст
Список pgsql-interfaces
Hello,

I have a PostgreSQL DB on Linux that I copied over from MS Access.  Thus, I 
have mixed case table and field names.  I can access the database from PSQL 
in the following manner:
select * from "NAMELIST" where "NAMEID" = 1234;

How may I accomplish the same thing while using ECPG under C?  ECPG ignores 
the quotes and converts the table and field names to lower case.  I tried 
editing the output "C" file from ECPG and now the C complier complains 
about the syntax.

Any help would be greatly appreciated.

DLH

Dana L. Hones
Hones MacDonald, Inc.



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

Предыдущее
От: Peter Mount
Дата:
Сообщение: RE: [INTERFACES] postgres jdbc class problem
Следующее
От: John Cusick
Дата:
Сообщение: Re: [INTERFACES] PL_na undeclared