View Single Post
  #3  
Old 05-02-2003, 10:00 PM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
Cool ADO example with generic routine for future use

The attached sample file (Access-ADO-Example.bld) has a single step that executes a couple different sql statements against a sample database.

To use, simply change the value of the ACCESS_DB_PATH project macro to point to a valid, existing Access .mdb file.

The RunSql() script function is in projects scripts and can be used as is generically. I would recommend changing it to a global script for future use.

Hope this gets you going!

Good luck,

Kevin
Attached Files
File Type: bld access-ado-example.bld (1.9 KB, 1825 views)
Reply With Quote