I'm using a recordset in C# because my DLL is going to be used by a VBA application. I'm getting the data from database using ADO.NET and filling the recordset manually. This part is working fine, I use MoveFirst() and I can navigate through records.I'm using a recordset in C# because my DLL is g