Re: Any REAL reason to use ADO vs. DAO?
- From: "Bruce W. Roeser" <broeser@xxxxxxxxxx>
- Date: Sat, 5 May 2007 23:14:18 -0400
I only use the ODBC (DSN) so the web page can connect to it when displaying
the table - I don't use the ODBC from the VB6 code. Is there a more concise
way to connect to a Jet .MDB from VBScript than a DSN connection? Seems to
work fine and is simple.
-b :-)
"Ralph" <nt_consulting64@xxxxxxxxx> wrote in message
news:iamdnQSsPIYPdqHbnZ2dnUVZ_qKqnZ2d@xxxxxxxxxxxxxxx
"Bruce W. Roeser" <broeser@xxxxxxxxxx> wrote in message
news:%23TmXEe0jHHA.1624@xxxxxxxxxxxxxxxxxxxxxxx
Same here. I just have a small website that I keep my bible studies on.2003
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
too - it's *very* nice to work with. In fact I like the entire Office2003
line - they just work.already
Then if I need to get at the database through a VB6 application I've
got a small library of functions written for DAO that make life easy. NoVB6/Access
... I won't write enterprise-level applications with this but for nice
little Windows desktop applications it's pretty tough to beat the
combination.
-b :-)
You're doing everything right except for the ODBC driver (or perhaps
ODBCDirect). Lose it.
ODBC is not optimal for ISAM data stores, ie. mdb files. Use the
appropriate
Jet driver/s directly, which are optimal for Office files.
-ralph
.
- 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?
- From: Bruce W. Roeser
- Re: Any REAL reason to use ADO vs. DAO?
- From: Ralph
- Re: Any REAL reason to use ADO vs. DAO?
- Prev by Date: Re: how to add xml data to listbox based upon selection?
- Next by Date: Re: how to add xml data to listbox based upon selection?
- 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
|
|