0

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?

4

1 に答える 1

0

はい。ADO.NET には ODBC プロバイダーがあり、実際、OleDb が MS の期待どおりに普及しなかったため、ADO.NET をデータベースに中立な方法で使用するための推奨される方法です。

参照: http://msdn.microsoft.com/en-us/library/system.data.odbc.aspx

于 2012-11-29T02:43:39.717 に答える