Relax. ASP.NET Web Hosting without the hassles. Ring 1300 787 698
(
Skip Navigation Links : Knowledge Base : SQL Server : Connection Strings

Connection Strings 

The following connection string can be used to access SQL Server.
Please replace the USERNAME, PASSWORD and DATABASE words with your settings.

You may also need to change sql5.studiocoast.com.au if your database has been placed on another server.

ASP


Driver={SQL Server}; Server=sql5.studiocoast.com.au;Database=DATABASE;Uid=USERNAME;Pwd=PASSWORD;


ASP.NET


Server=sql5.studiocoast.com.au;Database=DATABASE;User ID=USERNAME;Password=PASSWORD;
 

 

)