Is it possible to use Windows Authentication to connect to a server?
Is there a way to use Windows authentication to create a connection?This is what I'm trying to use:conn = Create Database Connection ("DRIVER=SQL Server;SERVER=" || server || ";DATABASE=" || db || ";UID=" || uid || ";PWD=" || pwd || ";");
atlas100