Hi all, First post so go easy... I'm trying to send a SQL command to the SQL Express loaded locally on my PC, in the hope of doing this to a server SQL once I get the syntax right... I'm trying to alter the login of a user... #include <sqlite.au3> #include <_sql.au3> $sqlCon = ObjCreate("ADODB.Connection") $sqlCon.Open("DRIVER={SQL Server};SERVER=HTCL\SQLEXPRESS;DATABASE=adventureworks;UID=sa;PWD=asdf;") if @error Then MsgBox(0, "ERROR", "Failed to connect to the