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
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