C
Carlo Stonebanks
I would like my app to have its own run-time data connection wizard so that
users can connect to a data source of their choice. I'm new to ADO.NET,
previously programing for RDO/ODBC. With that, I could actually invoke the
Data Source wizard from the Windows System, browse/edit/add a data source
and then pass it back to the program.
The ODBC technique had the advantage of providing a wizard with the ODBC
provider's own interface, complete with proprietary connection properties
and drivers.
How do I replicate this functionality with ADO.NET?
Carlo
users can connect to a data source of their choice. I'm new to ADO.NET,
previously programing for RDO/ODBC. With that, I could actually invoke the
Data Source wizard from the Windows System, browse/edit/add a data source
and then pass it back to the program.
The ODBC technique had the advantage of providing a wizard with the ODBC
provider's own interface, complete with proprietary connection properties
and drivers.
How do I replicate this functionality with ADO.NET?
Carlo