reading XML data
From: Ray Gurganus (rgurganus_at_--NOSPAM--citidc.com)
Date: 07/06/04
- Next message: Lynn Trapp: "Re: SQL statement with extra characters"
- Previous message: vb: "Re: Bounded Columns vs Recordset"
- Next in thread: Joe Fallon: "Re: reading XML data"
- Reply: Joe Fallon: "Re: reading XML data"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 6 Jul 2004 13:43:38 -0400
I have an XML file, and trying to convert it into a database table. I first
tried the MS Access import option, but it doesn't read into the nested XML
properties, and so I lose data this way. So my next idea is to read through
it line by line, extracting out the data and then inserting into the table.
Is there a more intelligent way to do this VB? So I could read one XML tag
and then reference it's children as properties, something like the fields()
collection of a recordset? Other ideas?
- Next message: Lynn Trapp: "Re: SQL statement with extra characters"
- Previous message: vb: "Re: Bounded Columns vs Recordset"
- Next in thread: Joe Fallon: "Re: reading XML data"
- Reply: Joe Fallon: "Re: reading XML data"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|