Calling Access File
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
i want to execute an *.mdb file by my cpp program... does anyone know how to do this??? thanx for all answers...
-
i want to execute an *.mdb file by my cpp program... does anyone know how to do this??? thanx for all answers...
Ok, first of all *.mdb files are not executables! But I think what you want to do is open the mdb file in Access ?? Is that right ? If so you can use ShellExecute(..) ; with lpOperation as "open".