Re: Q: what is the relation between DB-Lib, OLE-DB, and ODBC?
From: leiyang (nospam_at_yahoo.com)
Date: 01/20/05
- Next message: Kovalenko Dmitry: "Re: Q: what is the relation between DB-Lib, OLE-DB, and ODBC?"
- Previous message: johndoe1: "Re: Q: what is the relation between DB-Lib, OLE-DB, and ODBC?"
- In reply to: johndoe1: "Re: Q: what is the relation between DB-Lib, OLE-DB, and ODBC?"
- Next in thread: johndoe1: "Re: Q: what is the relation between DB-Lib, OLE-DB, and ODBC?"
- Reply: johndoe1: "Re: Q: what is the relation between DB-Lib, OLE-DB, and ODBC?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 19 Jan 2005 22:36:14 -0500
Hi,
try OleDBPro at www.udaparts.com. It is simple and fast with lots of
samples.
"johndoe1" <blam@blam.com> wrote in message
news:opskvr3colc00ccp@lbelyakov-d.daq-l.net...
> On Wed, 19 Jan 2005 23:36:16 +0000 (UTC), Erland Sommarskog
> <esquel@sommarskog.se> wrote:
>> I had reason some time ago to make a choice between ODBC and OLE DB
>> to replace a module that I have in DB-Library. My choice fell on
>> SQLOLEDB, because I had a vague feeling that ODBC may be in for
>> deprecation earlier than OLE DB. Then again, if you use the bulk copy
>> interface in DB-Lib a lot, ODBC is good, because its BCP API is the
>> the same as DB-Lib's.
>>
>> Undoubtedly, the OLE DB API leads to verbose code,
> Yeah, euphemistically speaking <g>. I'd love to avoid this monstrosity,
> but it seems that db-lib is no longer an option... ODBC would be better
> too, but it's slower. So... OLE DB it is!
>
> Thanks for your help, Erland.
>
> PS. Btw, can you recommend any sources of decent sample code for this (OLE
> DB with MS Sql server), and also, while we're here, on writing extended
> stored procedures for the same platform. I perused the samples
> (perfunctory in the extreme) that come with the package and don't think
> they're sufficient. For example they use some sort of the server API
> (ODS?) whose reference is nowhere to be found. At least I couldnt --
> neither on CDs (VC and MSDN), nor online on Microsoft's site. The only
> link to it results in 404.
>
> PPS. Any good books on the same topic?
- Next message: Kovalenko Dmitry: "Re: Q: what is the relation between DB-Lib, OLE-DB, and ODBC?"
- Previous message: johndoe1: "Re: Q: what is the relation between DB-Lib, OLE-DB, and ODBC?"
- In reply to: johndoe1: "Re: Q: what is the relation between DB-Lib, OLE-DB, and ODBC?"
- Next in thread: johndoe1: "Re: Q: what is the relation between DB-Lib, OLE-DB, and ODBC?"
- Reply: johndoe1: "Re: Q: what is the relation between DB-Lib, OLE-DB, and ODBC?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|