PDA

View Full Version : Sqlite String Escaping



Gannon8
April 21st, 2009, 02:30 AM
Hello all
I am trying to convert a game server from MySQL to SQLite, using the official Sqlite3 library. Unfortunately, the library does not include a character array escaping function. Is there anyway to escape it, and is there anything else that I should be aware about converting a MySQL program to SQLite?

Thanks in advance.

Gannon8
April 21st, 2009, 06:09 PM
Anyone?