Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

POSTGRES ODBC DRIVERS

Status
Not open for further replies.

sweeping

Programmer
Joined
Oct 28, 2003
Messages
1
Location
FR
HELLO,

i use cygwin, postgresql and psql under winXP.
But with the psql driver, i can't use UPDATE. When i
UPDATE with the drivers, i have errors:
cdc-858 ENTER SQLSetPos
HSTMT 00DA2788
SQLSETPOSIROW SQLSETPOSIROW UWORD 2 <SQL_UPDATE>
BOOL 0 <SQL_LOCK_NO_CHANGE>

AAP5F cdc-858 EXIT SQLSetPos with return code -1 (SQL_ERROR)
HSTMT 00DA2788
SQLSETPOSIROW SQLSETPOSIROW UWORD 2 <SQL_UPDATE>
BOOL 0 <SQL_LOCK_NO_CHANGE>

DIAG [S1C00] Only SQL_POSITION/REFRESH is supported for PGAPI_SetPos;
Requested value changed.

Some says the driver isn't compiled with a parameter (in the odbc source, i've checked updatable cursor). Can you help me or send me the good driver please.

THANKS A LOT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top