Problems with MS Visual Basic 6.0 - Mailing list pgsql-general

From Brigitte ROLLAND
Subject Problems with MS Visual Basic 6.0
Date
Msg-id 015201c47e32$bbf16300$0a00a8c0@lrp43008
Whole thread Raw
List pgsql-general
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 I've problems with :
- 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,
    use textBox control with a date.
How can I resolve these points ?
Regards.
Luc

pgsql-general by date:

Previous
From: sql@hayes.ch (Simon Hayes)
Date:
Subject: Re: How Two JOINS from one table
Next
From: Marco Colombo
Date:
Subject: Re: PG over NFS tips