Game Development Community

Any of the MySQL resources work for Torque3D?

by Rodney (OldRod) Burns · in Torque 3D Professional · 10/02/2009 (5:08 pm) · 10 replies

I'm wanting to integrate MySQL into Torque3D, so I searched here and find several really old resources for using sqLite and others for TGE and TGEA... has anyone added MySQL to Torque3D? Is there a resource that works that I've missed?

#1
10/02/2009 (7:28 pm)
Haven't tried any of them, but have you checked to see if it is still referencing the same bits of code.
#2
10/02/2009 (7:51 pm)
Torque3D and its underlying file structure has changed so much from TGE/TGEA that I can't really find any of the same code... I'm guessing I'm going to have to do it from scratch.
#3
10/03/2009 (12:20 am)
I'm using the old ODBC stuff. Just dragged and dropped (and compiled) and it works well.
#4
10/03/2009 (7:26 am)
I'll check that out, thanks.
#5
10/03/2009 (7:28 am)
@ Ted been looking for the "ODBC" stuff. Found a ton of resources but do you have the one for sqlite?
#6
10/03/2009 (9:50 am)
@Jace: Nope, only been using ODBC for now.
#7
10/03/2009 (10:16 am)
sqlite3 works fine. Going to make that part of my posting of resources. Sunday.
#8
10/03/2009 (4:15 pm)
I've been using this:
http://www.garagegames.com/community/resources/view/13528

Works perfectly in Beta 5, haven't tried in RC 1 yet.
#9
10/05/2009 (6:13 pm)
*edit* stupid error on my part... the resource linked by Jack works fine in T3D 1.0 :)