sqlite/local storage?
by Dave Young · in iTorque 2D · 01/25/2009 (11:09 am) · 5 replies
Has anyone tried to use sqlite in itgb yet?
#2
03/06/2009 (12:15 pm)
i prefer using a DB its alot faster when you have lots of data to process. Does anyone know about this issue?
#3
On the iphone the stuff must go to specific folders (your application data folder) and all is fine
03/06/2009 (12:38 pm)
There is no issue.On the iphone the stuff must go to specific folders (your application data folder) and all is fine
#4
03/06/2009 (7:52 pm)
sorry "issue" was the wrong terminology. are there any classes, commands objects for connecting to a sqlite DB from within TGB? I know how to do all the sqlite stuff through objective C, but I would like to keep it within the TGB
#5
03/06/2009 (9:17 pm)
iTGB has no added sqlite support, so unless TGB had anything to begin with, there's nothing.
Torque 3D Owner Dave Young
Dave Young Games
The files go into Library/Application Support/Independent/UntitledGame
And I am able to read and write! So this will work perfectly for my needs.