I am using postgresql as database server in my VB application. I use DAO(ODBCDirect) to connect to the database. It works with postgresql 7.1.x before.
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. When it uses MoveFirst or MoveLast to move the cursor, error occurs with description "Invalid Operation". Is the new version not supporting these method in VB?
Best Regards,
H George