Raydium 3D Game Engine

Official forum for everything about Raydium, ManiaDrive, MeMak, ...
It is currently Thu Mar 28, 2024 11:06 pm

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: there is a problem
PostPosted: Fri Feb 20, 2009 8:33 pm 
Offline

Joined: Tue Feb 17, 2009 11:07 am
Posts: 8
we have started mmorpg progject but this project need a database i want to ask when we prapere data base as the text base will it have a problem like optimizasyon or why do we use mysql or oracle with raydius.


Top
 Profile  
 
 Post subject: Re: there is a problem
PostPosted: Mon Feb 23, 2009 9:15 pm 
Offline

Joined: Mon Feb 23, 2009 6:35 am
Posts: 9
Location: Wilkes Barre, Pa
It all depends on what you want to do, how the database is used & setup, will each game client need its own database or will all the clients connect to a central database on your game server or both.
Your programming skills will also play a role in what you want to do because some of these databases are harder to use than others.

Oracle would probably be overkill for most things and prohibitively expensive.

Database Programming in C resources
------------------------------------
MySQL Database C API programming tutorial
[Html] http://zetcode.com/tutorials/mysqlcapitutorial/

Berkley DB embedded C API
---------------------------
Getting Started with Data Storage:
[Pdf] http://www.oracle.com/technology/docume ... -C-GSG.pdf
[Html] http://www.oracle.com/technology/docume ... index.html
Getting Started with Transaction Processing:
[Pdf] http://www.oracle.com/technology/docume ... -C-Txn.pdf
[Html] Getting Started with Transaction Processing
Getting Started with Replication:
[Pdf] http://www.oracle.com/technology/docume ... -C-GSG.pdf
[Html] http://www.oracle.com/technology/docume ... index.html
Referance Guide:
[Html] http://www.oracle.com/technology/docume ... f/toc.html
Programmatic API:
[Html] http://www.oracle.com/technology/docume ... frame.html

Hamster embedded DB
----------------------
[Site] http://hamsterdb.com/index
[PDF] http://hamsterdb.com/public/dl/tutorial.pdf
[Examples] http://hamsterdb.com/documentation/samples

Sqlite embedded database.
http://souptonuts.sourceforge.net/readm ... orial.html

I also maintain a list of C programming resources, you might find some useful info there.
http://www.gtkforums.com/viewtopic.php?t=988

Get the database aspect of your game done and then you could worry about optimization.

Hope that helps. :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 16 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group