Using vbscript and sql server 2000. Kind of new at this.
Been trying all morning to execute a group of insert statement in one call. Everything works fine but if there is an error in one of the statements I don't get an error in my vbscript page. I tried setting xact_abort to true which aborts and rollsback the batch but I still need to get an error.
I can't get the error. Thats the problem. That sql string will execute just fine in SQL Server 2000 through ADO even though the sixth insert statement will error out.