sankar_k
11 years agoOccasional Contributor
Checking success of DB transaction
Hi There I am trying to insert a record into Microsoft SQL Server database table using ADO objects. The sample code is as follows Dim AConnection Set AConnection = ADO.CreateADOCon...
- 11 years agoIf it is not successful, you'll get an exception and script execution will stop. Sp you will definitely know it was not successful :)