posts - 17 , comments - 52 , trackbacks - 0

My Links

News

Contact Me anne.bougie@gmail.com

Tag Cloud

Article Categories

Archives

Post Categories

adodb

There are 1 entries for the tag adodb
Create an ADODB Recordset in code from XML
Recently I have been doing some work on an older system using ADODB recordsets. Every now and then we still have to support these old systems. I wanted to create an open recordset in code on the .NET side to pass to the older system, but ADODB really wants an open database connection in order to open a recordset. My first obvious attempt was to create the recordset object, then create the field objects and add them to the recordset. I could create the recordset this way, but I couldn't open it, and ......

Posted On Thursday, July 2, 2009 12:54 PM | Comments (6) | Filed Under [ C# Code ]

Powered by: