Game Development Community

Help needed for linking torque to a SQL database

by Adam · in Technical Issues · 08/07/2005 (11:56 pm) · 3 replies

My team is trying to create a mutli-player game. We need to link torque to our database, which is on a Sql server. however we got no idea how to do it. can anyone point me in the direction of a tutorial or just tell me some basics so that i am able to get started.

#1
08/08/2005 (12:35 am)
Which flavor of SQL are you using? A quick search for that version may help quickly. I know we have resources for MySQL and SQLite.
#2
08/11/2005 (5:30 pm)
Go here:
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=5286

We're making an online mmorpg and use mysql for the login system and to store everything. I actually implanted this without problems. The only thing is, if your mysql database server is slow, you have a problem. The whole server will "hang" until the mysql server responds. With our login system we had a slow mysql server at first and there was a 1 second lag when somebody joined. This might need fixing... (i'm working on that, but without any luck yet)
#3
02/11/2006 (1:46 pm)
Could you elaborate which server has problems ? Is it the db server, or the torque game server ? Would be glad to hear about your experiance as I'm trying to setup a similar scenario.