Standard Security using sqloledb

Connection string

This Microsoft OLE DB Provider for SQL Server connection string can be used for connections to SQL Server 2000 and SQL Server 7.0.

Provider=sqloledb;Data Source=myServerAddress;Initial Catalog=myDataBase;
User Id
=myUsername;
Password=myPassword;