hello,
i am using a iis 6 webserver, php ver. 4.0.3, and MSSQL database. When i try to connect to the database i get this error:
Warning: SQL error: [Microsoft][ODBC Driver Manager] Invalid string or buffer length, SQL state S1090 in SQLConnect in
i have thought and tried things till i am out of ideas.
the connection string i am using looks like this:
$connection_string = "Driver={SQL Server};Server=$db_host;Database=$db_name;Uid=$db_username;Pwd=$db_password;";
variables are set elsewhere in the program.
if anyone has any ideas taht might cause this or ideas on what to try next please let me know.
thanks in advance,