here:   I asked @faustf  If he want to make a wrapper function to make this UDF easier. So I make it easier (look in attachment for ADO_API.au3). Here is example: #include-once #Tidy_Parameters=/sort_funcs /reel #AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w 7 #include "ADO_API.au3" _Example() Func _Example() Local $sDriver = 'SQL Server' Local $sDatabase = 'BaseName' Local $sServ