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: Frediano Ziglio <freddy77 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 20:43:51 +0100

Possibly "Dev" is not your current database name and server is complaining.
Is sqlapi uses odbc you can enable tracing to see odbc calls.

Frediano Ziglio

Il giorno 02/apr/2012, alle ore 19:43, Shailja Kumari
<shalja.rudra AT gmail.com> ha scritto:

> 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
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds




Archive powered by MHonArc 2.6.24.

Top of Page