new example: How to work with transactions: #include "ADO.au3" #REMARK #cs To use this example here: You should create [AutoIt_Test_DataBase] in MS SQL Server (could be Express edition) #ce ConsoleWrite(@CRLF) ConsoleWrite(@CRLF) ConsoleWrite('EXAMPLE START' & @CRLF) _Example() ConsoleWrite('EXAMPLE START' & @CRLF) ConsoleWrite(@CRLF) ConsoleWrite(@CRLF) Func _Example() ; ADO.au3 pre