Yes, I created the dll in VB. I need to take each name from the dataset, use the dll make some changes, and then shoot a recordset back to the main app. Basically:
1.Someone will choose a customer from the list box, and when they hit the command it will use the dll (where the SQL is) and return a recordset to display on the main app)
The dll has 1 function, it's ComputeInterest(i) where i is set to the recordset in the main of the customer selected.
So, yes, the returned recordset is an ADO recordset.
Any ideas?
Thank you for your help!
Smitty