J
js
"dlbjr" wrote in message > js,
rs.Open "data.xml"
can I open a csv file instead of the defined data.xml file?
(e-mail address removed), 1, 127.0.0.1
(e-mail address removed), 2, 127.0.0.1
Set rs = CreateObject("ADODB.Recordset")Once the data is loaded into the recordset you can filter, sort, add,
edit, delete the data just as
in SQL.
Where are you storing data in a session or application Variable?
If needed the xml can be Serialized into a string for storing in an
application variable.
rs.Open "data.xml"
can I open a csv file instead of the defined data.xml file?
(e-mail address removed), 1, 127.0.0.1
(e-mail address removed), 2, 127.0.0.1