Viewing post 1 (of 1 total)
As I know from php tutorials you can try
<?php
// Server in the this format: <computer>\<instance name> or
// <server>,<port> when using a non default port number
$server = 'KALLESPC\SQLEXPRESS';
// Connect to...
February 15, 2010 at 6:48 am
#1118775