Archives
 
 
 
  Special
 
 
 
  About Us
 
 
 

Newsletter
Free E-mail Newsletter from BYTE.com

 
    
           
Visit the home page Browse the four-year online archive Download platform-neutral CPU/FPU benchmarks Find information for advertisers, authors, vendors, subscribers Request free information on products written about or advertised in BYTE Submit a press release, or scan recent announcements Talk with BYTE's staff and readers about products and technologies

ArticlesDatabase Alphabet Soup


March 1997 / Reviews / Client/Server C++: Write Fast, Run Fast / Database Alphabet Soup

DAO? Jet? ODBC? RDOs? How do these terms all fit together? Do the technologies they represent compete with or complement each other? It's easy to get lost. Below is a simple road map to help you out.

DAO (data access objects) is an API that's based on OLE and is included in MFC (Microsoft Foundation Classes) version 4.0. DAO uses Jet, through which DAO components can access ODBC data sources, as well as indexed sequential-access-method (ISAM) databases (e.g., Paradox and Btrieve).

Jet is the database engine that Microsoft introduced with Access. The nati ve file format understood by Jet is the Access (MDB) file format, although Jet can access ODBC data sources.

ODBC (Open Database Connectivity) is the "lowest common denominator" interface into a database. ODBC drivers exist for virtually every database back end known to humanity; there are even drivers for data in raw text or Excel spreadsheet files.

RDOs (remote data objects) appeared with Visual Basic 4.0 (which is now available in VC++) and provide a thin layer atop ODBC. RDOs' raison d'être was to expose database processing on the server side (processing that DAO so masked that most of its database processing takes place on the client side). RDOs are optimized to work with back-end query engines provided by, for example, Microsoft SQL Server.


Up to the Reviews section contentsGo to previous article: Database Alphabet SoupSearchSend a comment on this articleSubscribe to BYTE or BYTE on CD-ROM   Copyright © 1994- 1998 BYTE
Flexible C++
Matthew Wilson
My approach to software engineering is far more pragmatic than it is theoretical--and no language better exemplifies this than C++.

more...

BYTE Digest

BYTE Digest editors every month analyze and evaluate the best articles from Information Week, EE Times, Dr. Dobb's Journal, Network Computing, Sys Admin, and dozens of other CMP publications—bringing you critical news and information about wireless communication, computer security, software development, embedded systems, and more!

Find out more

BYTE.com Store

BYTE CD-ROM
NOW, on one CD-ROM, you can instantly access more than 8 years of BYTE.
 
The Best of BYTE Volume 1: Programming Languages
The Best of BYTE
Volume 1: Programming Languages
In this issue of Best of BYTE, we bring together some of the leading programming language designers and implementors...

Copyright © 2005 CMP Media LLC, Privacy Policy, Your California Privacy rights, Terms of Service
Site comments: webmaster@byte.com
SDMG Web Sites: BYTE.com, C/C++ Users Journal, Dr. Dobb's Journal, MSDN Magazine, New Architect, SD Expo, SD Magazine, Sys Admin, The Perl Journal, UnixReview.com, Windows Developer Network