May 19, 2003 #1 Y yablonka Member Joined May 19, 2003 Messages 14 Does anyone know how can I insert data from an XML file into a DB at runtime (using VB.Net) Thanks
May 20, 2003 #2 J JIMcFadyen Active member Joined Jan 30, 2003 Messages 41 Location Milton Keynes, UK You can load the file into a DataSet using the ReadXML method of the dataset, then just load it back to the db as normal. John
You can load the file into a DataSet using the ReadXML method of the dataset, then just load it back to the db as normal. John