Hello
I have to move some legacy code to a new ubuntu system.
Your wrapper is quite convenient to be used, but I found that on my system the function
mssql_select_db is always signaling an error
I have replaced it with mssql_query("USE ".$dbname) which works for me, but this is not very elegant.
Hello
I have to move some legacy code to a new ubuntu system.
Your wrapper is quite convenient to be used, but I found that on my system the function
mssql_select_db is always signaling an error
I have replaced it with mssql_query("USE ".$dbname) which works for me, but this is not very elegant.