我已建好了一个SqlConnection的实例, 但却想使用ADO中的ADODB.RecordSet类,但这类需要一个ADODB.Connection, 我不想再建立多一个连接.
Leverage ADO.Net's ability to work in disconnected mode to enable your application to stay disconnected to the database, conserve the system resources, and reduce the network traffic Microsoft’s ...