I use the below function string to connect to the database.

mssql_connect($_SESSION["hostname"],$_SESSION["user"],$_SESSION["password"])

now if i want to connect using the odbc_connect function do i  have to
change all my mssql_fetch_array and mssql_query functions too.

Please help

Thanks

Regards,
Harpreet Kaur

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to