ok, I have a app that needs to take the selection from a listbox, i.e. "customer" use a dll that takes that customer name, runs a query and returns that recordset to the main app. Any ideas??? I need to return that recordset!
Was the dll created using VB? You don't give much info about the dll...do you have any info on it?
You'll need to know the name of the function that accepts the customer name as an argument and returns the recordset. Do you know if the returned recordset is an ADO recordset? Do you need to provide any database connection arguments to the dll?
Once you get some more info on the dll you can start figuring out how to use it.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.