Results 1 to 6 of 6

Thread: choosing a database

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    3

    choosing a database

    Hi,

    I was wondering what the best database would be for a onlineline game?

  2. #2
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770

    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    3

    Re: choosing a database

    I tried to learn mysql but i can't find any tutorials for it..

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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).

  5. #5
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: choosing a database

    Quote 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...
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  6. #6

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    3

    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
  •  



Click Here to Expand Forum to Full Width