简体   繁体   中英

ADO recordset to DAO recordset (VB.net)

In my webservice I have converted the ado recordset to xml and returned a string. In my application I managed to convert it back to the ado recordset but now I need to convert that recordset to dao as I need to use some of the functions provided by dao that ado does not have.

What functions would these be? What are you trying to do?

I don't think you will have much luck converting an ADO recordset to DAO as they are two competing data access APIs. About the only way I can think you do it is if you added a COM reference to your project to DAO 3.6 and manually built the DAO recordset on the fly using the structure and data of the ADO recordset.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM