A
A C
Hi
We need to make a console app (exe) in c++ which will open a MS Access
database with certain input parameters (wrkgrp file, username and pw). As
part of this we need the path to msaccess.exe, which may be different on
different machines and different for different versions of Access.
In Access I used to get this info using the code SysCmd(acSysCmdAccessDir),
but as we are not using access (we will be using c++) I cannot use this
function.
Can someone give me some help here?
Thanks
AC
We need to make a console app (exe) in c++ which will open a MS Access
database with certain input parameters (wrkgrp file, username and pw). As
part of this we need the path to msaccess.exe, which may be different on
different machines and different for different versions of Access.
In Access I used to get this info using the code SysCmd(acSysCmdAccessDir),
but as we are not using access (we will be using c++) I cannot use this
function.
Can someone give me some help here?
Thanks
AC