Here's the deal. I've written a program that connects to an Access 97 database and retrieves information. The Access 97 file is user ID and password protected. This prorgam works perfectly on my machine and on other machines that have CVI and the SQL toolkit installed.
When I create a distribution kit and install the software on a "foreign" PC the software cannot connect to the database. Is there a library file or something that I'm not including that would cause this to happen?
I've also got an error window that should pop up in the event that an error occurs during any ODBC command (including connection). This window does not come up because the DBErrorMessage command returns nothing. So naturally, it
doesn't show the message popup because I'm then sending it a NULL string.
What's going on??? Please help.