Click to See Complete Forum and Search --> : Accessing & Executing MS Access procedures


sandalya
February 28th, 2001, 09:55 AM
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?