developer fusion
carlprothman
Your connection string has to have this layout:
"Data Source=<host>; Initial Catalog=<Name of Database>; Integrated Security=True"
That is the minimum of what you need.
Some extra properties are as follows (these are optional):
Packet Size: Number of bytes in packet use to talk to SQL server.
User ID: User Name to log in.
Password: Password to login.
Workstation ID: Name of workstation to connect to SQL server.
(Hope this helps)