Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations danielledunham on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configure MySQL ODBC driver?

Status
Not open for further replies.

huckfinn19

Programmer
Joined
May 16, 2003
Messages
90
Location
CA
Hi, I'm working on a MFC application and I need to be able to prompt the window "MySQL ODBC 3.51 Driver - DSN Configuration" for the user to configure a dsn connection...

This is like selecting the "ODBC Data Source Administrator", selecting the File DSN tab, clicking one of the dsn links and then pressing configure...

Is there a way to prompt this precise window programmatically?

Thanks,

Simon
 
Why not just use a "DSN-less" connection using a connection string?

Trying to manipulate a Win32 dialog box sounds from MFC sounds like a VC++ or Win32 question, not a MySQL question.

Want the best answers? Ask the best questions: TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top