Author Topic: Saving Data  (Read 1422 times)

0 Members and 1 Guest are viewing this topic.

Offline Code.Illusionist

  • Royal Highness
  • ****
  • Posts: 687
  • Cookies: 39
  • Compile or die trying
    • View Profile
Saving Data
« on: April 30, 2014, 12:20:49 pm »
I am trying to make one simple app for my own purposes.  It's very simple idea, user enter Name of book, author of book, number of pages, and date he added book. All string type data. On the right side of the app, there is listbox that will show books that are already stored AND, new added books. When user click on the item from list, in right text box there will be displayed all this data (Name, Author, Number of pages, Data). But, problem is how to save data, load it every time and add new data. I don't have experince working with databases. This is image of app GUI:
Vae Victis - suffering to the conquered

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Saving Data
« Reply #1 on: April 30, 2014, 12:41:22 pm »
You didn't mention which language is it. Also for this I'd recommend SQLite. Also There should be an option to scan a folder and fill that database automatically.

Offline Code.Illusionist

  • Royal Highness
  • ****
  • Posts: 687
  • Cookies: 39
  • Compile or die trying
    • View Profile
Re: Saving Data
« Reply #2 on: April 30, 2014, 12:50:42 pm »
Oh sorry, totally forgot. I use C# . =)
Vae Victis - suffering to the conquered

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog

Offline Code.Illusionist

  • Royal Highness
  • ****
  • Posts: 687
  • Cookies: 39
  • Compile or die trying
    • View Profile
Re: Saving Data
« Reply #4 on: May 01, 2014, 01:14:27 pm »
Thank you kind sir. x)
Vae Victis - suffering to the conquered