I have developed a dialog-based database application in CV++ with
MS Access as the database(a stand alone program).I am using Jet OLEDB 4.0 to connect to the database since it was found faster than a connection using DSN.Will there be any problem with the database connection when i distribute the program to other machines? Should Jet OLEDB 4.0 be present in the target machine? I hear Jet is shipped only with Visual Basic and Access.Does that mean the target mcahine on which my program will be installed should have either
VB or MS Access installed? What steps are to be taken while compiling this program as a package?