export data from Access to XML file with VB2005
Hi everyone,
At the moment I'm working on a small application to learn Visual Basic 2005. I have no experience with previous versions of Visual Basic. I'm using an Access database.
My problem at the moment is exporting to XML. On the internet I find all kind of tutorials on this subject for VB6, but not VB2005.
In a VB6 tutorial there's the following line:
Dim rs As ADODB.Recordset
But VB2005 gives an error because ADODB.Recordset is not defined.
Can anyone help me? Give me a link to a website which explains how you can export data to XML in VB2005, or give me information about my recordset problem.
All help is appreciated. If you need more info, let me know.
Kind regards,
Lars
|