Can i open a connection and recordset inside an ActiveX dll and retrieve all the information needed from database and just call the Dll to get the result in boolean to proceed with some caculations?
Printable View
Can i open a connection and recordset inside an ActiveX dll and retrieve all the information needed from database and just call the Dll to get the result in boolean to proceed with some caculations?
yes you can.... or were you looking for more than a yes or no??
as kleinma said.. you can.. you do your data access just the same way as you would from any vb application.
-mcd
Thanks guys been pondering me for quite long
just remember you need the same references in your dll that you would in a regular exe... like your ado reference etc...