returning ADO disconnected recordset from VB.NET to VB 6.0 app

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to return a disconnected recordset from a VB.NET dll to a VB 6.0 app. The function in the .NET Dll runs without error and when I check the record count it show 1 which is correct, but when I go to view the values in the field they are empty. My question is can you create a ADO disconnected recordset with VB.NET? If yes then what could I be doing wrong, if no what other options would I have to return a disconnected recordset to the VB app. Rewriting the VB app is not an option at this time. I do know you can transform a dataset into a recordset but I'm trying to avoid that.

Thanks,
Kent
 
Back
Top