OLEDB Connection Dialog
Database
3
Posts
2
Posters
0
Views
1
Watching
-
Does anyone know how to programmatically produce the OLEDB connection dialog box so that my application can ask for a database and then get its ConnectionString. I'm using C# Thanks, Dave.
-
Does anyone know how to programmatically produce the OLEDB connection dialog box so that my application can ask for a database and then get its ConnectionString. I'm using C# Thanks, Dave.
You must use the Microsoft OLE DB Service Component 1.0 . It's a COM object. Jason Gerard
-
You must use the Microsoft OLE DB Service Component 1.0 . It's a COM object. Jason Gerard
Cheers, I'll have a look. Dave.