I am trying to connect to a Sybase database and I got it working using a VBscript but I can't connect after converting it to AutoIT. Any help you could offer would be greatly appreciated.  Oh, and i'm back to scripting after a 3 year hiatius so i'm a little rusty. Here is the working VBScript DB_CONNECT_STRING = "Provider=ASEOLEDB; Data Source=" & server & "; Initial Catalog=" & database & "; User Id = " & UserID & "; Password=" & PWD & ";" Set Conn = Creat