|
-
Aug 1st, 2000, 08:10 PM
#1
Thread Starter
New Member
Has anyone tried using the IBM OLEDB Provider?
I am able to connect to AS/400 and I can insert records into the file but thats it. I cannot select records.
I am using the following syntax to select from a file
Set adorecordset = adoconn.execute "Select * from LibName.FileName".
When this execute the app blows up.
I have Client Access installed on my PC V3r1m3.
Does anyone know where I could find a driver?
I am also having no luck using odbc - IBM's Client Access Driver.
Any Suggestions?
Thanks
Christine
-
Aug 2nd, 2000, 05:43 AM
#2
New Member
I have not tried the method you mentioned.
The easiest way I found was to create an Access database as an intermediate step. ie. a local mdb file that contains linked tables to the AS/400 using the client access driver.
Then run the query on the linked tables.
I know this isn't brilliant but it works.
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
|