thread434-1439713
Can anyone help me why I am getting below error
[05-Nov-2014 12:29:52] PHP Warning: odbc_connect(): SQL error: Failed to fetch error message, SQL state HY000 in SQLConnect in /var/ on line 77
[05-Nov-2014 12:29:52] PHP Warning: odbc_exec() expects parameter 1 to be resource, boolean given in /var/ on line 79
I am getting above error for the below statement
$con = odbc_connect("testdsn", "admin", "password");
Can anyone help me why I am getting below error
[05-Nov-2014 12:29:52] PHP Warning: odbc_connect(): SQL error: Failed to fetch error message, SQL state HY000 in SQLConnect in /var/ on line 77
[05-Nov-2014 12:29:52] PHP Warning: odbc_exec() expects parameter 1 to be resource, boolean given in /var/ on line 79
I am getting above error for the below statement
$con = odbc_connect("testdsn", "admin", "password");