Bug #657: VB DAO MoveFirst/MoveLast become invalid operation - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #657: VB DAO MoveFirst/MoveLast become invalid operation
Date
Msg-id 20020506060059.017A54758E3@postgresql.org
Whole thread Raw
List pgsql-bugs
George (george@lota.net) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
VB DAO MoveFirst/MoveLast  become invalid operation

Long Description
The VB program gets DAO RecordSet from a query to Postgresql. When it uses MoveFirst or MoveLast to move the cursor,
erroroccurs with description "Invalid Operation". Is the new version not supporting these method in VB? 



Sample Code
Set ws1 = DBEngine.CreateWorkspace("WorkSpace", "Admin", "", dbUseODBC)

Set dbConn1 = ws1.OpenConnection(DB1, False, False, connstr1)

Set res = dbConn1.OpenRecordset(txtSQL.Text, dbOpenDynaset)

res.MoveFirst



No file was uploaded with this report

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Large PG_DUMPs going into memory?
Next
From: "smith"
Date:
Subject: Use Postgresql in VB