Skip to Content.
Sympa Menu

freetds - Re: [freetds] connect problems (part deux)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Chris parent <kireol AT yahoo.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] connect problems (part deux)
  • Date: Wed, 16 Mar 2005 07:17:44 -0800 (PST)

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




Archive powered by MHonArc 2.6.24.

Top of Page