PDA

Click to See Complete Forum and Search --> : Here's an easy question


Delta34
Nov 3rd, 2000, 10:44 AM
In the world of database programming, why do programmers create database objects with statements like:

Dim mydb as database
set mydb = createdatabase("mydb.mdb", dbLangGeneral)

etc. etc., I think you see what I'm talking about.
The Beginner books that I own, never seem to go into the issue, and the other books I have, seem to skim over it.
Question: What is the advantage, Why not just let the DAO or ADO object do it all?

jmcswain
Nov 3rd, 2000, 12:10 PM
Your example *is* letting the DAO object do it. That's how you create a database in DAO.

monte96
Nov 3rd, 2000, 02:38 PM
I don't see what your talking about.

Just what ARE you talking about?