Re: [INTERFACES] ODBC CREATE TABLE failures

From: Byron Nikolaidis <byronn(at)insightdist(dot)com>
To: "Michael J(dot) Sheldon" <msheldon(at)cbrcomm(dot)com>
Cc: "'pgsql-interfaces(at)postgresql(dot)org'" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] ODBC CREATE TABLE failures
Date: 1999-01-04 16:37:26
Message-ID: 3690EE46.25F9CDE7@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Michael J. Sheldon wrote:

> I've just started testing postgreSQL as a backend database for an
> NT-based intranet application running on Cold Fusion.
>
> The application will automatically create the database structure if it
> does not already exist, by executing a series of CREATE TABLE statements
> through the ODBC driver.
>
> However, only the first table is being created.
>
> Each statement is in a separate request, and any one statement will
> execute, but only if it is the first. Even more puzzling is the fact
> that subsequent calls do not throw an error. The first error I see is
> when an attempt is made to insert data into a non-existent table.
>
> The application has tested out fine on both MS Access and MS SQL Server.
>

I would like to rule out any odbc driver problems. Can you please send me a
copy of the "psqlodbc.log" file of the session in question? That would be a
minimum, and if you want, you could also send an odbc trace log of the
session which, together with the other log, would give me all the
information I need.

Byron

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Byron Nikolaidis 1999-01-04 16:47:50 Re: [INTERFACES] ODBC DRIVER v06-40-0002
Previous Message Tom Lane 1999-01-04 16:30:11 Re: [INTERFACES] pgaccess troubles on HP-UX