I have an application that loops through a SQL database and invokes a BWS script to generate PDF documents using MS Word based on each record from the databse. I use ADO to access the database.
Once in a while, I will get prompted to select a component in the middle of running the BWS script and the script will be stopped until I either click "OK" or "Cancel" in the Component popup window. This Component window is the same one that you see in VB when you want to add a component to your project.
<<...OLE_Obj...>>
There doesn't seem to be a pattern when this window comes up but it does seem to come up before the record gets updated to the database. Any help will be greatly appreciated.
Thanks, Jennifer
