yablonka Posted May 19, 2003 Posted May 19, 2003 Does anyone know how can I insert data from an XML file into a DB at runtime (using VB.Net) Thanks Quote
JIMcFadyen Posted May 20, 2003 Posted May 20, 2003 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.