|
-
Mar 29th, 2002, 02:38 PM
#1
Thread Starter
Hyperactive Member
ActiveX dll question
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?
-
Mar 29th, 2002, 02:40 PM
#2
yes you can.... or were you looking for more than a yes or no??
-
Mar 29th, 2002, 02:48 PM
#3
Hyperactive Member
as kleinma said.. you can.. you do your data access just the same way as you would from any vb application.
-mcd
[vbcode]
'*****************************
MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
'*****************************
[/vbcode]
-
Mar 29th, 2002, 02:49 PM
#4
Thread Starter
Hyperactive Member
Thanks guys been pondering me for quite long
-
Mar 29th, 2002, 02:52 PM
#5
just remember you need the same references in your dll that you would in a regular exe... like your ado reference etc...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|