Use Postgresql in VB - Mailing list pgsql-bugs

From smith
Subject Use Postgresql in VB
Date
Msg-id 000801c1f4b9$2e547aa0$6ec8a8c0@victor
Whole thread Raw
List pgsql-bugs
I am using postgresql as database server in my VB application. I use DAO(OD=
BCDirect) to connect to the database. It works with postgresql 7.1.x before=
.=20

When I upgraded the postgresql to 7.2.1, I found that the program does not =
work with the new version. The program gets DAO RecordSet from a query. Whe=
n it uses MoveFirst or MoveLast to move the cursor, error occurs with descr=
iption "Invalid Operation". Is the new version not supporting these method =
in VB?

Best Regards,

H George=20

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #657: VB DAO MoveFirst/MoveLast become invalid operation
Next
From: "Rob Butler"
Date:
Subject: PQescapeString and PQescapeBytea not exported during win 32 build