Problems with MS Visual Basic 6.0

From: "Luc ROLLAND" <luc(at)rolland-fr(dot)com>
To: "ODBC PostgreSQL" <pgsql-odbc(at)postgresql(dot)org>
Subject: Problems with MS Visual Basic 6.0
Date: 2004-08-11 14:04:41
Message-ID: 005901c47fac$276f6210$0a00a8c0@lrp43008
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello !
I need to intreact from VB6 with an PG 7.4.3 database, I've psqlodbc-7_03_0200 installed.
I use the Microsoft ADO Data Control 6.0, and I've installed the SP5 for VB6.
When I use the adodc control I see the data but :
- Update, on existing records : do nothing, I've to MoveFirst to store in database ! Why ?
- Edit Method don't exist for that object, so EditMode properties is non signifiant,
- I can't update if I use CheckBox control (error -2147217842 aborted operation),
How can I resolve this points ?
Regards.
Luc

Browse pgsql-odbc by date

  From Date Subject
Next Message Secrétariat 2004-08-11 17:06:06 MS VB6 CheckBox with PostgreSQL ODBC
Previous Message Peter Eisentraut 2004-08-11 13:36:52 Re: select count(*)