Use of SQLXMLBulkLoad objects
Hi,
I am new to SQLXMLBulkLoad.3.0 and have set up a vbscript to import a large
XML file (600Mbytes) to a table in SQL Server 2000. It does the job but I
observed that SQLXMLBulkLoad's execute method is asynchronous and returns
immediately after the call. I need to know when the process finishes so as
to do some post import processing. I wonder if the execute method can be
made synchronous or if there is some sort of event handler to receive the
"process finished" signal.
Thank you.
Regards,
Gilbert
|