Skip to Content.
Sympa Menu

freetds - RE: infinte loop

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: RE: infinte loop
  • Date: Thu, 24 Oct 2002 12:28:56 -0400


> From: Wilson, John [mailto:John.Wilson AT Savvis.net]
> Sent: October 24, 2002 11:37 AM

> I'm using tsql to test some of the select/insert SQL calls
> found in the
> source code. Some errors are not accepting the table name
> w/o prefixing it
> with the DB name, e.g., DATUM.dbo.datum_def vs datum_def.

That would be a function of the "current database", the result of:

* a "use <database>" statement, or
* a parameter provided to ct_connect, or
* calling the ct equivalent of dbuse(), or
* your account's default database

"select db_name()" would show you're not in the DATUM database.

--jkl


The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that we do not accept account orders and/or
instructions by e-mail, and therefore will not be responsible for carrying
out such orders and/or instructions.






Archive powered by MHonArc 2.6.24.

Top of Page