From: | Curtis Galloway <curtisg(at)curtisg(dot)net> |
---|---|
To: | pgsql-odbc(at)postgresql(dot)org |
Subject: | Bad SQL generated by application |
Date: | 2002-01-15 00:59:41 |
Message-ID: | 3C437EFD.5010105@curtisg.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
Hi all. I'm trying to get a Windows application to talk to a Postgres
database using the Postgres ODBC driver. The application, ThumbsPlus,
is designed to work with Microsoft Jet or SQL Server, but I have been
able to port their schema to something that works with Postgres.
It mostly works, but there are some areas in the application that don't
work. In particular, it seems to try to drop and recreate some indexes,
as well as dynamically creating a couple of tables.
I am trying to figure out whether the problem is in the SQL the
application generates, or whether the ODBC driver is generating the SQL.
I can't tell from looking at the ODBC log which is the case.
I am relatively new to Postgres and ODBC, although I have a lot of
experience with Oracle. Can anyone give me some advice for debugging
this problem?
Thanks,
--Curtis
From | Date | Subject | |
---|---|---|---|
Next Message | Keith Gray | 2002-01-15 01:31:20 | Re: Error Writing/Reading Encrypted Values |
Previous Message | cnliou | 2002-01-15 00:51:55 | Rep:Re: Error Writing/Reading Encrypted Values |