G
Guest
I have read Bill Vaughn's paper on this subject and I have one stumbling
block. Bill wrote his demo in VB.NET. He converts a DataTable to an XML
file. In VB.NET, he dimmed a recordset and used this syntax:
rs.Open(sPathToXMLfile)
When incorporating his code in my C# app, the ADODB.Recordset Open method
takes 5 arguments, all required. VB.NET arguments are, I assume, optional
since they are in square brackets.
The question is, what syntax is used to open an ADODB Recordset from an XML
file in C#?
block. Bill wrote his demo in VB.NET. He converts a DataTable to an XML
file. In VB.NET, he dimmed a recordset and used this syntax:
rs.Open(sPathToXMLfile)
When incorporating his code in my C# app, the ADODB.Recordset Open method
takes 5 arguments, all required. VB.NET arguments are, I assume, optional
since they are in square brackets.
The question is, what syntax is used to open an ADODB Recordset from an XML
file in C#?