Game Development Community

ODBC + Stored Procedures = woohoo

by Jonathon Stevens · in Torque Game Engine · 01/30/2006 (3:40 pm) · 2 replies

I posted this question in the resource, but figured it's better suited for a forumn. I'm wondering if anyone has modified any of the ODBC resources to include support for Stored Procedures? If not, does anyone have any resources or code that would help me in doing just that?

About the author

With a few casual games under his belt as CEO of Last Straw Productions, Jonathon created the increasingly popular Indie MMO Game Developers Conference which. Following the success of IMGDC a new MMOG fan event called LFG Expo will debut in June of 2010.


#1
01/31/2006 (2:17 am)
What type of support are you looking for? If its possible to toss a SQL statement at a recordset, you can support stored procedures. Do you mean for parameters?
#2
01/31/2006 (9:36 am)
I mean built in functions to call sprocs exposed to TorqueScript.