I'm building a dictionary application that will run on Nintendo DS and PSP. I'm considering using sqlite to store the database which will will be read-only, and embedded on rom.
Is it possible to get sqlite to read the database directly from such a pre-allocated memory area? Usage examples I've seen using :memory: all seem to create and populate the database on the fly. In this case, the database will already have been created. -- View this message in context: http://www.nabble.com/Using-sqlite-on-Nintendo-DS---PSP-tf1899461.html#a5196225 Sent from the SQLite forum at Nabble.com.