Thread: Problem with updates
I have been trying to get updates to work via VB6 and ODBC and the machine hangs whenever I try. I have also tried doing updates via MSQuery and Access linked tables with the same result.
I am running Postgres 7.2.1 on Red Hat and windows 2000 for the ODBC client.
I tried the code under the VB example and it also hung when I tried an execute (I was originally trying ADO command objects).
With the recordset updates they appear to take but then updates don't appear when I select directly from postgres (though I didn't spend too much time on this).
Any ideas or additional things to try?
> pcross@trusecure.com wrote: > > I have been trying to get updates to work via VB6 and ODBC and the > machine hangs whenever I try. I have also tried doing updates via > MSQuery and Access linked tables with the same result. > > I am running Postgres 7.2.1 on Red Hat and windows 2000 for the ODBC > client. > > I tried the code under the VB example and it also hung when I tried an > execute (I was originally trying ADO command objects). Could you show us the example ? regards, Hiroshi Inoue http://w2422.nsk.ne.jp/~inoue/
----- Original Message -----From: pcross@trusecure.comSent: Thursday, June 27, 2002 2:55 PMSubject: [ODBC] Problem with updatesI have been trying to get updates to work via VB6 and ODBC and the machine hangs whenever I try. I have also tried doing updates via MSQuery and Access linked tables with the same result.
I am running Postgres 7.2.1 on Red Hat and windows 2000 for the ODBC client.
I tried the code under the VB example and it also hung when I tried an execute (I was originally trying ADO command objects).
With the recordset updates they appear to take but then updates don't appear when I select directly from postgres (though I didn't spend too much time on this).
Any ideas or additional things to try?
From: Corey W. Gibbs [mailto:cascadia@nventure.com]
Sent: Monday, July 01, 2002 10:42 PM
To: Cross, Patrick; pgsql-odbc@postgresql.org
Subject: Re: [ODBC] Problem with updates
----- Original Message -----From: pcross@trusecure.comSent: Thursday, June 27, 2002 2:55 PMSubject: [ODBC] Problem with updatesI have been trying to get updates to work via VB6 and ODBC and the machine hangs whenever I try. I have also tried doing updates via MSQuery and Access linked tables with the same result.
I am running Postgres 7.2.1 on Red Hat and windows 2000 for the ODBC client.
I tried the code under the VB example and it also hung when I tried an execute (I was originally trying ADO command objects).
With the recordset updates they appear to take but then updates don't appear when I select directly from postgres (though I didn't spend too much time on this).
Any ideas or additional things to try?