Results 1 to 6 of 6

Thread: C# Data Storage Help

Threaded View

  1. #1

    Joined
    Oct 2012
    Posts
    197
    Userbars
    2
    Thanks
    11
    Thanked
    87/50
    DL/UL
    18/0
    Mentioned
    30 times
    Time Online
    5d 9h 44m
    Avg. Time Online
    1m

    Exclamation C# Data Storage Help

    So I'm writing an app, let's call it for instance "Neopets Item Informer" which contains all the information of all items in the game, which a person can download and run.

    What is the best way to store this info?

    I want all the advantages of quick simple searching like SQL.
    I don't really want people to be able to simply steal my DB.
    The dataset will have about 30,000 - 40,000 records.

    What would also be great is if the db could be embedded in the exe file. In which case I'm not too worried about the inability to write to the file.


    What would you guys recommend as the best method?

    P.S. The program I'm making is not the one I described, but is pretty similar in all functionality.
    Last edited by Celestial; 05-05-2013 at 11:32 PM.
    If my post helped please send $2,000,000 via PayPal!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •