Standard Security using Microsoft SQL Server ODBC Driver
Connection string
This Microsoft SQL Server ODBC Driver connection string can be used for connections to SQL Server 2000 and SQL Server 7.0.
Driver={SQL Server};Server=myServerAddress;Database=myDataBase;Uid=myUsername;
Pwd=myPassword;