CodeIgniter Forums
[Microsoft][ODBC SQL Server Driver]Communication link failure - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: [Microsoft][ODBC SQL Server Driver]Communication link failure (/showthread.php?tid=39327)



[Microsoft][ODBC SQL Server Driver]Communication link failure - El Forum - 03-08-2011

[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



[Microsoft][ODBC SQL Server Driver]Communication link failure - El Forum - 07-04-2012

[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