c++.mfc - MFC and ODBC
- Borja Torres (2/2) Jan 30 2005 Hi, anyone knows how I can to put password in a database with odbc?
- frex4u (8/8) Aug 11 2008 You do ca do it while registering your database.
Hi, anyone knows how I can to put password in a database with odbc? Thanks.
Jan 30 2005
You do ca do it while registering your database. Open "ODBC Data Source Administrator" from Cotrol Panal > Administrative Tools> Data Sources (ODBC). Select a DSN tab and click Add Select the specific driver and the data source select the database. You will be asked for a UID and Password. Anotherway is while opening the database open(...,UID="Admin",PWD="passwor",...)
Aug 11 2008