Re: C++ and SQL Server programming
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Sun, 25 Dec 2005 13:37:49 +0000 (UTC)
John Bell (jbellnewsposts@xxxxxxxxxxx) writes:
> It may be worth avoiding DB Library and Embeded SQL for C as this has
> started to be deprecated in SQL 2005.
Actually, it have been deprecated for longer than so. With these interfaces
you don't have full support for features added to SQL7 and SQL 2000.
The best interface for C++ programming is probably ODBC. OLE DB is an
alternative, but it's more cumbersome to use, no matter if you use the
raw interface or the consumer templates.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- References:
- C++ and SQL Server programming
- From: Brooke
- Re: C++ and SQL Server programming
- From: John Bell
- C++ and SQL Server programming
- Prev by Date: Re: OLE DB Provider for ODBC and Oracle
- Next by Date: Synchronising/replicating access with sql server
- Previous by thread: Re: C++ and SQL Server programming
- Next by thread: Synchronising with remote server
- Index(es):
Relevant Pages
|