Results 1 to 2 of 2

Thread: where to store my information when creating a standalone app?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Location
    Wiltshire/Somerset
    Posts
    68

    where to store my information when creating a standalone app?

    Hi all

    Okay, this should be a simple question (I hope!).

    If I'm creating an application with shed loads of information (mostly text) where do I store the info?

    For arguments sake, lets say I wanted to hold 3 paragraphs of text for each day in the year...now that's alot of text right!

    I'm thinking a DB would be best but how does this get distributed with the app...is it compiled in some way?

    I don't want the DB to be accessable by an end user.

    Does all this make sense?

    Cheers


    Wayne

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Yes, a db would be the best way to go about it. If you use access, I guess you can include it with ur app, password protected. Actually, that's applicable to any db... so only YOU can access it.

    Another option would be to have about 365 separate files and for each day of the year, one file is accessed. I know, I know... stupid. Just an idea. Jeez.

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