Design question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • schneider

    #1

    Design question



    Looking for the best way to store the following data:



    1. Record requirements:

    Image (small icon sized)

    string (len=20)

    string (len=255)

    long

    long



    2. Expected number of records: less than 200

    3. The entire dataset will be loaded all at once.

    4. Data can be accessed by all users of the application.





    I would like to avoid a database, so I was thinking of some kind of file
    based system.

    Maybe a small file for each record? Where should the files go so all users
    have access "Applicatio n Data Folder"?



    Anyone have other ideas?



    Thanks,



    Schneider




Working...