Visual C++Questions specific to Microsoft's Visual C++. For questions not specific to this Microsoft version, use the C++ Programming forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Visual C++ section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
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?