Exempel på anslutning till SQL databas

Set Connect = CreateObject("ADODB.Connection")
Connect.Open("DSN=databas;UID=login;PWD=lösen;")