Skip to Content.
Sympa Menu

freetds - Re: [freetds] [FreeTDS][SQL Server]The database name component of the object qualifier must be the name of the current database

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Shailja Kumari <shalja.rudra AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] [FreeTDS][SQL Server]The database name component of the object qualifier must be the name of the current database
  • Date: Mon, 2 Apr 2012 14:43:44 -0400

The issue is when we call the following store proc.

boost::shared_ptr< SAConnection > m_db_connection;

SACommand cmd( m_db_connection.get(), "Dev.dbo.spConfigIds_Get",
SA_CmdStoredProc);
cmd.Execute();

On Mon, Apr 2, 2012 at 1:05 PM, Frediano Ziglio <freddy77 AT gmail.com> wrote:

> Il 02 aprile 2012 14:12, Shailja Kumari <shalja.rudra AT gmail.com> ha
> scritto:
> > Hi All,
> >
> >
> > We are upgrading the SQLAPI C++ API from SQLAPI-3.7.35 to SQLAPI-3.8.3
> and
> > the follwing issue got reported with TDS_Version=8.0 .
> >
> > [FreeTDS][SQL Server]The database name component of the object qualifier
> > must be the name of the current database
> >
> > I am not sure if TDS_Version=8.0 is the issue (not compatible with
> > SQLAPI-3.8.3) ?
> >
> > Note: The applications and database calls are working with
> > SQLAPI-3.7.35 and TDS_Version=8.0
> >
> > Any idea on this ?
>
> Can you post some queries you were doing ??
>
> Frediano
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>



--
Thanks,
Shailja
412-980-7320




Archive powered by MHonArc 2.6.24.

Top of Page