Skip to Content.
Sympa Menu

freetds - Re: [freetds] Sybase error

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Matthew Davis <azami AT speakeasy.net>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Sybase error
  • Date: Thu, 22 Apr 2004 14:53:20 -0400

rconner AT commspeed.net wrote:
Thanks for the feedback

dbo_AMATS_Equipments is the name of the table. So I think that that is as
it should be. I think what you mean would be the colums under that table
like columname.dbo_AMATS_Equipments

Yes?

You probably need a qualified name:

[database_name].[table_name]

or

[owner_name].[database_name].[table_name]

Since dbo is a very common owner name, your table name looks like the latter format, with the periods replaced by underscores (dbo=owner, AMATS=database, Equipments=table).

But if that really is your table name, then you may just need to prefix it with your database name: foo.dbo_AMATS_Equipments .

Good Luck,
Matthew




Archive powered by MHonArc 2.6.24.

Top of Page