SQL = "Driver={SQL Server};Description=sqldemo;SERVER=tu_server; UID=sa;PWD=sa;DATABASE=tu_base" set oConn = server.createobject("adodb.connection") Server.ScriptTimeout = 600 oConn.open SQL