Game Development Community

Database connection

by Billy Fallon · in Torque Game Engine · 04/03/2009 (8:14 pm) · 1 replies

I am new to Networking via TGE, and I would like to know what code you could use to connect to a database and send/receive messages.
Say I was making a game and I wanted to make a universal database for bans. How could I connect to the database to read bans and submit bans if needed?

About the author

Recent Threads


#1
04/05/2009 (6:04 pm)
try looking into the mysql c++ examples then implement it into the engine expose functions you want to use in script to the console.. easier said than put to use if you arent a c++ guy but thats the right track