Guest_imported
New member
- Jan 1, 1970
- 0
I have a C++ program using the ODBC connection
to a SQL 7 database. It runs multiple threads
each adding records to the database. The program is
using multiple instances of the CRecordset class
to access the database. Each "open" of the database
forces the user to click the OK for the password
dialog box.
How can I set it up to allow the program to gain assess
to the database without requiring the password dialog
box action?
Can the program pass the password somehow?
Thanks,
John Taylor jtc@ee.net
to a SQL 7 database. It runs multiple threads
each adding records to the database. The program is
using multiple instances of the CRecordset class
to access the database. Each "open" of the database
forces the user to click the OK for the password
dialog box.
How can I set it up to allow the program to gain assess
to the database without requiring the password dialog
box action?
Can the program pass the password somehow?
Thanks,
John Taylor jtc@ee.net