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

Поиск
Список
Период
Сортировка
От Hollysugar Webmaster
Тема Re: continuing problems with sqlsetpos & syncing postgresql to a mobile database
Дата
Msg-id 009b01c30050$df1d7820$a1d2a8c0@impsu.net
обсуждение исходный текст
Ответ на Re: continuing problems with sqlsetpos & syncing postgresql to a mobile database  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Ответы Re: continuing problems with sqlsetpos & syncing postgresql to a mobile database  ("Hiroshi Inoue" <inoue@tpf.co.jp>)
Список pgsql-odbc
We 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 -----
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@agterra.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>

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

Предыдущее
От: Molly Gibson
Дата:
Сообщение: Interpreting log files
Следующее
От: "Hollysugar Webmaster"
Дата:
Сообщение: Re: syncing postgresql to a mobile database Works