Welcome Guest, Not a member yet? Register   Sign In
[Microsoft][ODBC SQL Server Driver]Communication link failure
#1

[eluser]The Casual Bot[/eluser]
Randomly this strated to happen has anyone seen this before



Code:
A Database Error Occurred

Error Number: 08S01

[Microsoft][ODBC SQL Server Driver]Communication link failure

select STKCODE from stk_stock where stk_do_not_use <> 1 and stk_physical > 0

Filename: C:\wamp\www\mednetuk\system\database\DB_driver.php

Line Number: 330
#2

[eluser]Ashish Awasthi[/eluser]
[quote author="The Casual Bot" date="1299585857"]Randomly this strated to happen has anyone seen this before



Code:
A Database Error Occurred

Error Number: 08S01

[Microsoft][ODBC SQL Server Driver]Communication link failure

select STKCODE from stk_stock where stk_do_not_use <> 1 and stk_physical > 0

Filename: C:\wamp\www\mednetuk\system\database\DB_driver.php

Line Number: 330
[/quote]

Try to Use

$db['default']['pconnect'] = FALSE;

in your database.php






Theme © iAndrew 2016 - Forum software by © MyBB