Hi

I am calling :
CDatabase::OpenEx to configure an ODBC connection, from a MFC based Dialog, and when I choose a MySql driver (3.51.15) the connection configuration Dialog goes behind my dialog?
when I select Access or any other driver all is OK, and my dialog is behind the driver dialog.

I tried SQLConfigDataSource with the HWND of my Dialog and I have the same behaviour.

Environment: vs 2005, MFC, winXP.

Thank you