|
-
February 28th, 2001, 10:55 AM
#1
Accessing & Executing MS Access procedures
Can I access and execute MS Access Module Procedures or Functions from standard VB Application?
For example:
I have Sample.mdb MS Access Database file.
This database contain Emp table, Sample Module. The module Sample contain GetEmp Function as:
Function GetEmp( vEmpID As Integer ) As Boolean
I have a sample VB application Sample.Exe and want to open the database Sample.mdb and call the function GetEmp. Is this possible using Data Access Objects?
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
|