Re: The best way to connect to SQL Server from C++
- From: "Carl Daniel [VC++ MVP]" <cpdaniel_remove_this_and_nospam@xxxxxxxxxxxxxxx>
- Date: Thu, 16 Mar 2006 21:37:19 -0800
xcppcoder@xxxxxxxxx wrote:
Hello All
I want to connect to SQL Server from Visual C++, and I'm wonder which
technology is best to use (ODBC, ADO, ...)?
Best according to what criteria?
Best performance - probably OLE DB.
Easiest - either ADO or ODBC.
Most portable (to another database) - probably ODBC.
If you can used managed code, consider ADO.NET.
-cd
.
- References:
- The best way to connect to SQL Server from C++
- From: xcppcoder@xxxxxxxxx
- The best way to connect to SQL Server from C++
- Prev by Date: The best way to connect to SQL Server from C++
- Next by Date: How to check whether a file name is valid?
- Previous by thread: The best way to connect to SQL Server from C++
- Next by thread: Re: The best way to connect to SQL Server from C++
- Index(es):
Relevant Pages
|