Bug #657: VB DAO MoveFirst/MoveLast become invalid operation

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #657: VB DAO MoveFirst/MoveLast become invalid operation
Дата
Msg-id 20020506060059.017A54758E3@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Large PG_DUMPs going into memory?
Следующее
От: "smith"
Дата:
Сообщение: Use Postgresql in VB