From Zoltan Kovacs back in April (sorry for the delay Zoltan!):
Thomas G. Lockhart <lockhart@fourpalms.org>
From Zoltan Kovacs back in April (sorry for the delay Zoltan!): I modified the current ODBC driver for * referential integrity error reporting, * SELECT in transactions and * disabling autocommit. I tested these changes with Borland C++ Builder -> ODBCExpress -> WinODBC driver (DLL) -> Postgres 7.0beta1 and Borland C++ Builder -> BDE -> WinODBC driver (DLL) -> Postgres 7.0beta1. The patch is based on snapshot of 22th April (I don't think that someone has modified it since that: Byron hasn't gave any sign of living for about a month and I didn't find any comments about the ODBC driver on the list).
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/odbc/connection.c | modified | +21 −2 |
| src/interfaces/odbc/options.c | modified | +9 −0 |
| src/interfaces/odbc/statement.c | modified | +17 −6 |