VB6 DODB Recordset can't access more than 5 tables

59 Views Asked by At

This is a VB6 question as I am currently working on a feature that calls a MSSQL stored procedure which return 7 tables. I store it in a ADODB recordset but when I use the NextRecordSet function I can't access past my 6th table, is this a limitation with the ADODB in VB6, the same stored procedure was used in VB.Net in an ASP.NET website and worked fine.

0

There are 0 best solutions below