new driver

From: Byron Nikolaidis <byron(dot)nikolaidis(at)home(dot)com>
To: "'pgsql-interfaces(at)postgresql(dot)org'" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: new driver
Date: 2000-02-28 00:27:18
Message-ID: 38B9C0E6.D329618@home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Version v06.40.0009

This driver fixes a state transition problem which has always been in
the driver. Who knows what may have been relying on this to work...

These all occur on the same hstmt handle...
1. SQLPrepare --->
2. SQLNumResultCols/SQLDescribeCol/etc. ---->
3. (some error occurs from driver attempting to execute the statement in
the backend, such as a parser error)
4. SQLExecDirect (of some new query)

In step 4, SQLExecDirect would never execute anything because it was in
the incorrect state.

Byron

Browse pgsql-interfaces by date

  From Date Subject
Next Message Sirish Kumar 2000-02-28 12:42:54 ecpg runtime problem
Previous Message Byron Nikolaidis 2000-02-28 00:17:19 Re: [INTERFACES] pgsql ODBC driver and Visual Foxpro