Re: [FreeTDS][SQL Server]The database name component of the object qualifier must be the name of the current database
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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 <[email protected]> wrote: > >> Il 02 aprile 2012 14:12, Shailja Kumari <[email protected]> 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 >> [email protected] >> http://lists.ibiblio.org/mailman/listinfo/freetds >> > > > > -- > Thanks, > Shailja > 412-980-7320 > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds