new driver

Поиск
Список
Период
Сортировка
От Byron Nikolaidis
Тема new driver
Дата
Msg-id 38B9C0E6.D329618@home.com
обсуждение исходный текст
Список 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


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

Предыдущее
От: Byron Nikolaidis
Дата:
Сообщение: Re: [INTERFACES] pgsql ODBC driver and Visual Foxpro
Следующее
От: Carla J Breuker
Дата:
Сообщение: Perl Script and Postgres DB running via Apache Web Server