PDA

View Full Version : IBMDA400 & MSADO15.dll



Guest.Visitor
01-01-1995, 02:00 AM
Hi, We try to retrieve a recordset from one of our AS/400 stored procedures from an VB client with the IBM OLE DB provider IBMDA400, like: connection.Open "Provider=IBMDA400;Data Source=<machine name>;", "", "". It works fine when the project references is set to "Microsoft OLE DB ActiveX Data Objects 1.0 Library" (MSADO10.dll, product version 1.01.31) Our problem is when we try to use "Microsoft ActiveX Data Objects 2.6 Library" (MSADO15.dll, product version 2.60.6526.0). The only thing that we get from the AS/400 is a recordset with BOF=true & EOF=true. Do anybody know what to do? TIA / Leif