Results 1 to 3 of 3

Thread: Here's an easy question

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Posts
    11
    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?

  2. #2
    Hyperactive Member
    Join Date
    Oct 2000
    Posts
    400
    Your example *is* letting the DAO object do it. That's how you create a database in DAO.

  3. #3
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    I don't see what your talking about.

    Just what ARE you talking about?

    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width