Hello all.. newbie here!!
can someone explain me the best way (or just the easy) to add to a windows form project (VB) with 3 or 4 forms a local database (loaded from and to a XML file) with 5 tables (related) of information? don't think SQL is necessary, this will be a small project.
My main issue is how to define the database on the Visual Studio Community 2015 in order to be able to do something like <databaseobject>.loadxml(file) and <databaseobject>.<tablename>(6) = <value>. I was able to do something like this, but when changing forms, the values inserted on the database tables were lost :(
For now, the more I search for something simillar, the more confused I get. Please give me some pointers using keywords that searching for them will give me more info on each step. Don't need to elaborate too much and spent too much time with me.
Thank you very much for your time.