|
-
July 10th, 2007, 08:29 AM
#6
Re: ODBC Driver Configuration Dialog
May be I was not very clear in my first post.
my call is the following:
CDatabase db;
db.OpenEx(sConnectionString,CDatabase: penReadOnly | CDatabase::forceOdbcDialog);
The ODBC Driver Dialog is Displayed, but its behind the calling dialog (mine), and this just when the driver is Mysql. for other drivers all is OK.
So I tried :
SQLConfigDataSource(pDlg->GetSafeHwnd(),ODBC_ADD_DSN,sDriver,"");
And I have the same behaviour, the MySql ODBC Driver is behind my main window.
thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|