
02-25-2004, 10:57 AM
|
 |
Google Hound
Retired Moderator * Guru *
|
|
Join Date: Nov 2001
Location: Arizona, USA
Posts: 12,378
|
|
|
Well, you don't need MS Access to use an access data file to hold the data (although it's simpler to have MS Access available to the developer when creating the database file in the first place)
Using a database file has some advantages over using a text file (or better, a random access file) for holding your data. For one, you can have ADO (ActiveX Data Objects) do the searching for you by simply issuing a SQL statement to ADO. However, there IS a learning curve associated with using the database. Take a look at the examples in the FAQ in the first post in the database forum.
|
__________________
Lou
"I have my standards. They may be low, but I have them!" ~ Bette Middler
"It's a book about a Spanish guy called Manual. You should read it." ~ Dilbert
"To understand recursion, you must first understand recursion." ~ unknown
|