Forum Discussion

sankar_k's avatar
sankar_k
Occasional Contributor
10 years ago
Solved

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...
  • karkadil's avatar
    10 years ago
    If it is not successful, you'll get an exception and script execution will stop. Sp you will definitely know it was not successful :)