Mysql or other database programs
by Matthew Shapiro · in Torque Game Engine · 05/06/2001 (2:04 pm) · 41 replies
okay well it just dawned on me that i'ts not going to be easy to implement MySql into the engine. I need a protable database like SQL (tha'ts free) but 2 problems came to mind.
1)would i do this in scripts or in the actual engine and if the latter where in the engine... networking?
2)MySQL isn't made for MSVC++..... that could pose a big problem.
*update*
I was thinking of making one which might nto be too hard but i need it to communicate over a network, which might be tricky and i wouldn't know where to put the code.
1)would i do this in scripts or in the actual engine and if the latter where in the engine... networking?
2)MySQL isn't made for MSVC++..... that could pose a big problem.
*update*
I was thinking of making one which might nto be too hard but i need it to communicate over a network, which might be tricky and i wouldn't know where to put the code.
joew