We have an existing ODBC connection (for example, a legacy product which is already connected with database and also can return a ODBC connection handle), and we want to wrapper this connection handle through ADO.net. Then our secondary development user can use this ADO.net wrapper library to access the database.
How would one go about doing this?