Hi,
Is opendatabase and openmcurrentdat abse same? This is used when there is a need to open a database through automation (like vb.net).
Ex:
Regards,
Malathi
Is opendatabase and openmcurrentdat abse same? This is used when there is a need to open a database through automation (like vb.net).
Ex:
Code:
Dim msMSAccess As Object
msMSAccess = CreateObject("Access.Application")
msMSAccess.OpenCurrentDatabase(ExePath)
Malathi
Comment