Re: continuing problems with sqlsetpos & syncing postgresql to a mobile database

From: "Hollysugar Webmaster" <webmaster(at)hollysugar(dot)com>
To: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>
Cc: <pgsql-odbc(at)postgresql(dot)org>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Subject: Re: continuing problems with sqlsetpos & syncing postgresql to a mobile database
Date: 2003-04-11 17:36:23
Message-ID: 009b01c30050$df1d7820$a1d2a8c0@impsu.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

MessageWe installed the latest snapshot dll and received the following error

<error code>
[2224][SQLError][2224]**** PGAPI_Error: henv=0, hdbc=19100592 hstmt=0
[2224]**** PGAPI_ConnectError: hdbc=19100592 <512>
</error code>

CC_get_error returned nothing.
----- Original Message -----
From: Hiroshi Inoue
To: SweetBeet.com Webmaster
Cc: pgsql-odbc(at)postgresql(dot)org ; Dave Page
Sent: Friday, April 11, 2003 10:56 AM
Subject: Re: [ODBC] continuing problems with sqlsetpos & syncing postgresql to a mobile database

OK please try the latest snapshot dll at http://www.geocities.jp/inocchichichi/psqlodbc/ .

regards,
Hiroshi Inoue
-----Original Message-----
From: SweetBeet.com Webmaster [mailto:webmaster(at)agterra(dot)com]

Hiroshi,

Thank you very much for replying. We did finally determine that the problem with the update was that the oid column was a user defined column. The vendor for our mobile database altered their application so it no longer needed to utilize an oid column and we were successfully able to use sql_update and sql_delete. We are still having problems with sql_add. I have pasted a snippet of the code from the psqlodbc mylog below. Thank you in advance for any help you can offer on this.

Julie

<snippet>
[3148]pcrow=1
[3148][SQLSetPos][3148]PGAPI_SetPos fOption=4 irow=2 lock=0 currt=1
[3148]STATEMENT ERROR: func=PGAPI_SetPos, desc='', errnum=21, errmsg='Row value out of range'
[3148]CONN ERROR: func=PGAPI_SetPos, desc='', errnum=0, errmsg='(NULL)'
[3148][[SQLGetDiagRec]]
[3148]PGAPI_GetDiagRec entering rec=1[3148]**** PGAPI_StmtError: hstmt=19137600 <2000>
[3148]SC_get_error: status = 21, msg = #Row value out of range#
[3148] szSqlState = 'S1107',len=22, szError='Row value out of range'
[3148]PGAPI_GetDiagRec exiting 0
[3148][[SQLGetDiagRec]]
[3148]PGAPI_GetDiagRec entering rec=2[3148]**** PGAPI_StmtError: hstmt=19137600 <2000>
[3148]SC_get_error: status = 21, msg = #Row value out of range#
[3148]PGAPI_GetDiagRec exiting 100
[3148][[SQLGetDiagRec]]
[3148]PGAPI_GetDiagRec entering rec=1[3148]**** PGAPI_StmtError: hstmt=19137600 <512>
[3148]SC_get_error: status = 21, msg = #Row value out of range#
[3148] szSqlState = 'S1107',len=22, szError='Row value out of range'
[3148]PGAPI_GetDiagRec exiting 0
</snippet>

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hollysugar Webmaster 2003-04-11 18:06:59 Re: syncing postgresql to a mobile database Works
Previous Message Molly Gibson 2003-04-11 17:31:17 Interpreting log files