Skip to Content.
Sympa Menu

freetds - Re: Cannot access MSSQL db

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: Cannot access MSSQL db
  • Date: Sun, 7 Apr 2002 21:57:09 -0400 (EDT)



Problem is that the call to tds_connect() returns a pointer to TDSSOCKET
in the dbopen() function. So that's about all the information that is
propagated from libtds -> dblib. I think the other way of not generating
an error at all had more complaints ;-)

On Mon, 8 Apr 2002, James Cameron wrote:

> mitch AT mdmiller.com wrote:
> > Um ... Isn't Login incorrect a password / user id issue? Seems like the
> > server responded just fine, and said "go away."
>
> One might think so, but the connection refused just before that
> generates the login incorrect. Given that the server address and port
> number are thought to be part of the login information, from an upper
> level one can imagine that login incorrect is meaningful.
>
> I would prefer if the DB-Library did not say 'Login incorrect' when it
> can't even connect to the server. ;-)
>
>





Archive powered by MHonArc 2.6.24.

Top of Page