Re: Any REAL reason to use ADO vs. DAO?
- From: "Bruce W. Roeser" <broeser@xxxxxxxxxx>
- Date: Sat, 5 May 2007 14:59:23 -0400
Same here. I just have a small website that I keep my bible studies on.
The reference table is maintained in a nice little Access MDB on my local
machine here with an ODBC connection set up and, yes, I use Front Page 2003
too - it's *very* nice to work with. In fact I like the entire Office 2003
line - they just work.
Then if I need to get at the database through a VB6 application I've already
got a small library of functions written for DAO that make life easy. No
.... I won't write enterprise-level applications with this but for nice
little Windows desktop applications it's pretty tough to beat the VB6/Access
combination.
-b :-)
"Karl E. Peterson" <karl@xxxxxxxx> wrote in message
news:eDgLMMBjHHA.4552@xxxxxxxxxxxxxxxxxxxxxxx
Jeff Johnson <i.get@xxxxxxxxxxx> wrote:
"Karl E. Peterson" <karl@xxxxxxxx> wrote in message
news:%233aFyF3iHHA.4552@xxxxxxxxxxxxxxxxxxxxxxx
The question should be the other way around, and no there is no reason
to use DAO over ADO,
UNLESS YOU'RE USING .MDBs
UNLESS THE .MDBs ARE ON A WEB SERVER, AND YOU'RE USING VBSCRIPT
IN WHICH CASE YOU ARE INSANE!
For using an MDB rather than SQL Server, or for using ADO? I find MDBs
nice to work with, in most circumstances, because they mesh so darned well
with FrontPage (damning with feint praise, I know). Plus, I can use VBA
inside the MDB for housekeeping, use the same database on both client and
server, yadda yadda yadda...
--
.NET: It's About Trust!
http://vfred.mvps.org
.
- Follow-Ups:
- Re: Any REAL reason to use ADO vs. DAO?
- From: Ralph
- Re: Any REAL reason to use ADO vs. DAO?
- References:
- Re: Any REAL reason to use ADO vs. DAO?
- From: Karl E. Peterson
- Re: Any REAL reason to use ADO vs. DAO?
- From: Jeff Johnson
- Re: Any REAL reason to use ADO vs. DAO?
- From: Karl E. Peterson
- Re: Any REAL reason to use ADO vs. DAO?
- Prev by Date: Re: Any REAL reason to use ADO vs. DAO?
- Next by Date: Re: Listbox scroll problem
- Previous by thread: Re: Any REAL reason to use ADO vs. DAO?
- Next by thread: Re: Any REAL reason to use ADO vs. DAO?
- Index(es):
Relevant Pages
|
Loading