|
-
Nov 7th, 2005, 03:51 PM
#1
Thread Starter
New Member
choosing a database
Hi,
I was wondering what the best database would be for a onlineline game?
-
Nov 7th, 2005, 04:01 PM
#2
Fanatic Member
Re: choosing a database
Unless you have money to fork out for a big vendor license. I'd choose a free DBMS like that of MySQL or even PostgreSQL. They both will accomplish the same task.
-
Nov 7th, 2005, 04:07 PM
#3
Thread Starter
New Member
Re: choosing a database
I tried to learn mysql but i can't find any tutorials for it..
-
Nov 7th, 2005, 04:55 PM
#4
Re: choosing a database
Welcome to VBForums! 
I would recommend using whichever is available with the hosting package - the chances are that other types will not be supported.
As far as I am aware MySQL can be used just like any other database system, so if you know how to work with a database then it should be no different.. if you haven't worked with databases before then you may want to look at the "ADO Tutorial" link in my signature to get an idea of how it is done - but note that this is VB6 code, which you may not be able to use. The SQL links in my signature will help to learn the syntax for getting information from the database (and updating what is there).
-
Nov 7th, 2005, 07:45 PM
#5
Re: choosing a database
 Originally Posted by binderben
I tried to learn mysql but i can't find any tutorials for it..
Try looking in their site: http://www.mysql.com/. There is a downloadable help file there and other tools you may need...
-
Nov 8th, 2005, 02:14 AM
#6
Thread Starter
New Member
Re: choosing a database
Thanks alot everyone
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|