I am making an appliation that stores names of books and descriptions of the books on a client computer. I want to be able to install this on any computer and have it work.
The user will be able to search through books titles and book descriptions to view all of the results.
Can anyone tell me what the best way to store the information is?
...
If a database is used (ie MS Access), will the user have to have the MS Access installed? I am trying not to use PWS and also not to make the user set up an odbc connection.
I thought about using a random access file, but I figured the searches would be too slow. The book list might get up to a few thousand.
Thanks
The user will be able to search through books titles and book descriptions to view all of the results.
Can anyone tell me what the best way to store the information is?
...
If a database is used (ie MS Access), will the user have to have the MS Access installed? I am trying not to use PWS and also not to make the user set up an odbc connection.
I thought about using a random access file, but I figured the searches would be too slow. The book list might get up to a few thousand.
Thanks