Home > Archive > PHP SQL > March 2005 > Problems using mssql in 4.3.10 vs. 5.x
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problems using mssql in 4.3.10 vs. 5.x
|
|
|
| I have configured PHP to connnect to SQL Server using version 5.x but
when I tried to use 4.3.10 I started having problems connecting.
I didn't see much on the www.php.net concerning any differences, but
perhaps there are big problems. This is only for connecting to SQL
Server databases. I have had no problems using mysql in 4.3.10. Any
thoughts on what might be causing the problems?
Jim
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
| |
|
| Maybe you're using mysql_connect instead of mysqli_connect (for mysql 4.1
and above)
and other related functions
for reference http://www.php.net/mysqli
Anyway you've to provide more informations if you've
a different problem.
<blahblah-email> wrote in message news:4233bc5a$1_1@127.0.0.1...
> I have configured PHP to connnect to SQL Server using version 5.x but
> when I tried to use 4.3.10 I started having problems connecting.
>
> I didn't see much on the www.php.net concerning any differences, but
> perhaps there are big problems. This is only for connecting to SQL
> Server databases. I have had no problems using mysql in 4.3.10. Any
> thoughts on what might be causing the problems?
>
> Jim
>
>
>
> ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
News==----
> http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+
Newsgroups
> ----= East and West-Coast Server Farms - Total Privacy via Encryption
=----
|
|
|
|
|