Hi,
I have a php app that connect to a mssql server
It worked fine wit php 5.2.9
now (5.2.10) :
There is no message to help me..
What can I do ??
I have a php app that connect to a mssql server
Code:
$dbh = new PDO("dblib:host=X.X.X.X:1433;dbname=XXXX", "XXX", "XXX");
It worked fine wit php 5.2.9
now (5.2.10) :
Code:
exception 'PDOException' with message 'SQLSTATE[] (null) (severity 0) on line ... // new PDO()
There is no message to help me..
What can I do ??