Re: [GENERAL] Problems with ODBC Driver

2010-09-01 Thread z-saito
Hi. Um, it is very strange. Can you send us the mylog of psqlODBC? Regards, Hiroshi Saito > Hi Hiroshi > >The same program works on the server unchanged - that's why I think it >is something to do with the driver. The error message says that the >field name doesn't exist when it does as can

Re: [GENERAL] Problems with ODBC Driver

2010-09-01 Thread Joshua D. Drake
On Thu, 2010-09-02 at 14:04 +1200, Phil Jackson wrote: > Does anyone have any suggestions? > What does the ODBC log say? What does the PostgreSQL Log (or event viewer) say? JD > Cheers > > Phil Jackson > > -- PostgreSQL.org Major Contributor Command Prompt, Inc: http://www.commandprompt.c

Re: [GENERAL] Problems with ODBC Driver

2010-09-01 Thread Hiroshi Saito
Hi. There is very little information which explores a problem. What thing is an actual error message? The following is my imagination As for specific field, it may be the LOWER problem of a character. example) -- CREATE TABLE xx("Field" TEXT); postgres=# SELECT Field FROM xx; ERROR: