[freetds] connect problems (part deux)
Brian Bruns
brian.bruns at gmail.com
Wed Mar 16 13:45:37 EST 2005
Can you check the php log to see if you are getting an error message
reported, or is it some sort of configuration problem with php?
Where this is may depend on your php.ini file (display_errors,
log_errors, error_log directives), but they should end up somewhere.
Brian
On Wed, 16 Mar 2005 07:17:44 -0800 (PST), Chris parent <kireol at yahoo.com> wrote:
> So I made a bit of progress.
>
> ------------------------------------------------------
> tsql -S server -U 'abstract\cparent'
> locale is "en_US.UTF-8"
> locale charset is "UTF-8"
> Password:
> Msg 5703, Level 0, State 1, Server SERVER\SOFTPRO,
> Line 0
> Changed language setting to us_english.
> 1> use proform
> 2> go
> 1> select count(*) from search
> 2> go
>
> 532
> ------------------------------------------------------
> so tsql does connect now. It just so happened that
> within the same time period that I brought the servers
> down for reboot, the NT admin that set up the box had
> set our passwords to expire.I updated my password, and
> tsql works!
>
> But the PHP connect still isnt working.I've double and
> tripple checked that I also updated my codes password.
> even tried hard coding it into a 5 line sample app:
>
> $conn =
> mssql_connect('server','abstract\cparent','mynewpassword');
>
> that fails.
>
> Why does tsql work and my code doesnt?
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> FreeTDS mailing list
> FreeTDS at lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>
More information about the FreeTDS
mailing list