Skip to Content.
Sympa Menu

freetds - RE: [freetds] tsql database name

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Joseph Geiser" <joe AT mail.paravisions.com>
  • To: "'FreeTDS Development Group'" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] tsql database name
  • Date: Fri, 23 Jul 2004 11:42:49 -0400

> I do the connection with command
>
> ./tsql "Hostname", port, "username", "password"
>
> but i can't choose the database name and I'm always connected to the
> first alphabetical database of the server.

at the tsql prompt, enter "use" and the dbname:

1> use dbname
2> your query...
3> go

query executes...

1> exit





Archive powered by MHonArc 2.6.24.

Top of Page