I always wanted to get into databases, but it seems quite complicated to new users.
Anyone want to point me in the right direction to get a small free sql database to start off and any other useful tips?
I always wanted to get into databases, but it seems quite complicated to new users.
Anyone want to point me in the right direction to get a small free sql database to start off and any other useful tips?
"Be thankful for the life you got. Stop looking at what you ain't got, but start being thankful for what you do got"
Everyone wanna be in the popular, but I like to do my own thing. Doin' it Dawgii Style..
Skype: dawgation | PSN: Nemesis-AR | League of Legends: Ninja TurTies
[MPGH]Minion since November 2012 - January 2013 | Ex-Original News Team Member | Ex-MC Wiki Editor
BattleOn DragonFable Trainer | KooCraft Minecraft Client | Image Uploader | KooSpam Advance Chat Spammer
Wonder what I look like? Click here

235
What for do you want to use databases?
For big management systems id look into MS SQL.
Quite simple to connect and use with .NET.
Are you familiar with SQL queries? operations?
Light travels faster than sound. That's why most people seem bright until you hear them speak.


219
Not at all. Right after I made this post I set up a database and have queries to manage it. I also got the .dll that you need to link the SQL to your application.
I've yet to start to code the database into my program or link it somehow. That I have to do more research and figuring out.
If you like, I'd really appreciate to help me learn.
Reason why I'm learning databases is to expand my VB knowledge and I learn best by experience. I always wanted to learn this
I'm a self learner
"Be thankful for the life you got. Stop looking at what you ain't got, but start being thankful for what you do got"
Everyone wanna be in the popular, but I like to do my own thing. Doin' it Dawgii Style..
Skype: dawgation | PSN: Nemesis-AR | League of Legends: Ninja TurTies
[MPGH]Minion since November 2012 - January 2013 | Ex-Original News Team Member | Ex-MC Wiki Editor
BattleOn DragonFable Trainer | KooCraft Minecraft Client | Image Uploader | KooSpam Advance Chat Spammer
Wonder what I look like? Click here
Before using .Net to handle your database, you should learn some SQL statements.
Go loop up a few tutorials and use a administration tool to connect to your database and execute some querys.
Later on, you will be able to execute these querys in .Net and retreive the data you want.
However, you should start learning SQL first.

235
Indeed, if you are not familiar with SQL it self, get used to it. Its not hard. (This is actually something I use every single day)
There is some good tutorials around the web. Add me on skype if you seek some help.
Light travels faster than sound. That's why most people seem bright until you hear them speak.


219
I has learning to do![]()
"Be thankful for the life you got. Stop looking at what you ain't got, but start being thankful for what you do got"
Everyone wanna be in the popular, but I like to do my own thing. Doin' it Dawgii Style..
Skype: dawgation | PSN: Nemesis-AR | League of Legends: Ninja TurTies
[MPGH]Minion since November 2012 - January 2013 | Ex-Original News Team Member | Ex-MC Wiki Editor
BattleOn DragonFable Trainer | KooCraft Minecraft Client | Image Uploader | KooSpam Advance Chat Spammer
Wonder what I look like? Click here