Jump to content

PDO MSSQL


patrick.h

Recommended Posts

Can anyone assist with the below error message. I get the error when I make a connection to my MSSQL 2005 server using PDO.

 

Connection:

$db_conn = new PDO("mssql:host=[redacted];dbname=[redacted]", "[redacted]", "[redacted]", array(PDO::ATTR_PERSISTENT => TRUE));

 

Error:

[10-Aug-2010 16:42:59] PHP Warning: PDO::__construct() [pdo.--construct]: SQLSTATE[iM001]: Driver does not support this function: driver does not support setting attributes in [phpFILE] on line 109.

 

Does the mssql pdo library support persistent connections? I have looked all over the internet and I can not seem to find any documentation for this. The anly thing I could find in the PHP manual is in regards to the pdo dblib library. However, the dblib library is not loaded and I have no control over which libraries are loaded. My phpinfo for PDO drivers only lists mssql.

 

PHP Version: 5.2.6

Link to comment
https://forums.phpfreaks.com/topic/210378-pdo-mssql/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.