sankar_k
10 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...
- 10 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 :)