Hi all,
I am using the following to connect to MS SQL Server Database...
$db = mssql_pconnect('db_name', 'user1', 'pass1');
However, sometimes data is not displayed so I'm thinking it is to do with the connection.
If I press Refresh a few times it works.
Any ideas why this is?
Thanks.