ODBC connection dialog box

  • Thread starter Thread starter Jozsef Bekes
  • Start date Start date
J

Jozsef Bekes

Hello All,

is it possible to make the ODBC connection dialog box appear when connecting to a db using the classes in the System.Data.Odbc namespace? I could not find a way except for invoking the win32 API that I would want to avoid.

Thank you for any help.

BR,
Jozsef
 
AFAIK there is nothing like this in the framework ,
you could try to implement your own dialog though.


cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

Hello All,

is it possible to make the ODBC connection dialog box appear when connecting to a db using the classes in the System.Data.Odbc namespace? I could not find a way except for invoking the win32 API that I would want to avoid.

Thank you for any help.

BR,
Jozsef
 
Back
Top