Hi
Apologies if I am not in the right forum but I have a vb6 application which inserts an xml file into the database record by record. I make up the insert sql stmt and do an execute. however it takes 4 minutes to insert 4612 records. I had originally gone it using .NET and it takes 37 seconds to read the data from a dataset into the database.
Is there any way I can speeed up the vb code without having to return to .NET?. i have googled and found examples of reading it into recordsets but I have no control over the xml file, so they don't seem to work or I am missing something
thanks,
Sinead
Apologies if I am not in the right forum but I have a vb6 application which inserts an xml file into the database record by record. I make up the insert sql stmt and do an execute. however it takes 4 minutes to insert 4612 records. I had originally gone it using .NET and it takes 37 seconds to read the data from a dataset into the database.
Is there any way I can speeed up the vb code without having to return to .NET?. i have googled and found examples of reading it into recordsets but I have no control over the xml file, so they don't seem to work or I am missing something
thanks,
Sinead