0

I am creating an application that stores details for the user, but as there may be many different users over a wide area.

I am just wondering what would be the best way to store this information so that it can be easily obtained and changed by the application?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Hip Hip Array
  • 4,665
  • 11
  • 49
  • 80

1 Answers1

1

You must googling before asking question here. There are lot of examples for Storing the Data.

Author Lars Vogel provides you a best way for storing the data in Database. Please refer this.

Praveenkumar
  • 24,084
  • 23
  • 95
  • 173