Problems with MS Visual Basic 6.0

From: "Brigitte ROLLAND" <luc(at)rolland-fr(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Problems with MS Visual Basic 6.0
Date: 2004-08-09 17:03:03
Message-ID: 015201c47e32$bbf16300$0a00a8c0@lrp43008
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Marco Colombo 2004-08-09 17:18:05 Re: Losing records when server hang
Previous Message Kris Jurka 2004-08-09 16:53:23 Re: pg jdbc driver