|
-
November 17th, 1999, 04:02 PM
#1
ADO
Hi,
I have written a small VB application which talks to DB2 on mainframe.The drivers that I am using is UDBCAE5.2(IBM drivers).With DAO's ans RDO's the application works fine.When I use ADO's I am getting an empty recordset even though there are records.For some of the methods like Move first back end throws the Error "Driver Does not support this".Only Execute method works on the ADO connection object.
The doubt that I get is UDBCAE5.2 drivers not OLE DB compliant.If anyone has tried ADO with IBM DB2 as backend can you please share your knowledge and experiance.Your help is much appreciated.
Ganesh
-
December 1st, 1999, 11:02 AM
#2
Re: ADO
hi
Set the property adUseCursor = Client in your connection parameter
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|