Game Development Community

SQLight Help

by Ben Ewing · in Torque Game Engine · 09/11/2005 (11:49 am) · 2 replies

I recently read John Vanderbeck's SQLight Resource and I was wondering: Hwere do I put the sam-le script he provides?

#1
09/11/2005 (12:15 pm)
Its just for testing, to see if you have the resource installed correctly.. you can put it anywhere really, but maybe a good spot would be in server/scripts then make a line in server/games.cs execing it

exec("./samplesqlwhateverfile.cs");

hope that helps
#2
09/11/2005 (12:19 pm)
Well I got it half right, I forgot the exec part. Thanks :).