Connection Strings

1. PHP, MySQL

mysql_connect(‘server’,’user’,’password’);
mysql_connect_db(‘database’);

2. Visual Studio 2010, MS SQL Server Express 2010

providerName="System.Data.SqlClient" connectionString="Server=.\SQLEXPRESS;Database=xxx;Integrated Security=true;MultipleActiveResultSets=True;"

Follow

Get every new post delivered to your Inbox.