adodb.recordset.save and back
From: Peter Plumber (Klempner_at_gmxdot.net)
Date: 02/22/04
- Next message: Frank Hickman: "Re: Wrong sintax...? GOT IT!"
- Previous message: damned: "Re: Wrong sintax...? GOT IT!"
- Next in thread: Peter Plumber: "Re: adodb.recordset.save and back"
- Reply: Peter Plumber: "Re: adodb.recordset.save and back"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 22 Feb 2004 22:39:12 +0100
This is what I have:
Dim cn As New ADODB.Connection
Dim rs As New ADODB.Recordset
cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=db1.mdb"
cn.Open
rs.Open "SELECT * FROM tblData", cn
rs.Save "tblUser.xml", adPersistXML
rs.Close
cn.Close
and a very nice "tblUser.xml"-file with all the data from tblData
is there a fast way to get the data back from the xml-file into the table
thx
Peter
- Next message: Frank Hickman: "Re: Wrong sintax...? GOT IT!"
- Previous message: damned: "Re: Wrong sintax...? GOT IT!"
- Next in thread: Peter Plumber: "Re: adodb.recordset.save and back"
- Reply: Peter Plumber: "Re: adodb.recordset.save and back"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|