Search found 4 matches

by dstoltz
Tue Dec 09, 2008 8:46 am
Forum: Databases
Topic: mssql_connect problems - need advice
Replies: 6
Views: 519

Re: mssql_connect problems - need advice

Thanks....

Yeah the SQL server is running (40 other databases) - so I know it's up...

As for PHP, I'm running the latest version....

Thanks for the ideas....
by dstoltz
Tue Dec 09, 2008 8:24 am
Forum: Databases
Topic: mssql_connect problems - need advice
Replies: 6
Views: 519

Re: mssql_connect problems - need advice

All looks good to me: MSSQL Support enabled Active Persistent Links 0 Active Links 0 Library version 7.0 Directive Local Value Master Value mssql.allow_persistent On On mssql.batchsize 0 0 mssql.compatability_mode Off Off mssql.connect_timeout 5 5 mssql.datetimeconvert On On mssql.max_links Unlimite...
by dstoltz
Tue Dec 09, 2008 8:18 am
Forum: Databases
Topic: mssql_connect problems - need advice
Replies: 6
Views: 519

Re: mssql_connect problems - need advice

Yes, I've tried that (see #4)...I've tried the IP address instead of the server name, with and without the port, etc....to no avail....
by dstoltz
Tue Dec 09, 2008 8:05 am
Forum: Databases
Topic: mssql_connect problems - need advice
Replies: 6
Views: 519

mssql_connect problems - need advice

Hi Folks, I'm new to PHP (I'm a classic ASP programmer), and I thought the best way to tackle learning PHP, would be to just jump in and create a small app...so that's what I'm doing.... My web server is IIS6, and I'm connecting to a MS SQL 2000 database on a different server. I can successfully con...