Best Way To Save Information (vb.net)
Moderator: Moderators
Best Way To Save Information (vb.net)
Ok, as of right now, anything that I need to be saved and loaded the next time the program is run, I use .txt files, and read them with a streamreader (written with a streamwriter). Is there a better way to save things? I know some people have said things like using the registry, but I have 0 knoweledge in that subject. I was thinking using SQL(which is built in with VB.NET 2008 [which im using]), but once again, I have no idea how. Im thinking SQL would be the best bet, because I think you can make categories, and such, so its like a database? (I'm going to be saving things like times, and simple strings that need to be loaded each time). Could anyone point me in the right direction to learn SQL? 
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
SQL isn't 'like' a database. It is a database. 
You could do that, but the data will be stuck on that particular computer. You might be better off with something like XML files.
Here's a good SQL tutorial site one of my instructors had us use when we had that class:
http://sqlzoo.net
You could do that, but the data will be stuck on that particular computer. You might be better off with something like XML files.
Here's a good SQL tutorial site one of my instructors had us use when we had that class:
http://sqlzoo.net
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
