PHP+SQLite sqlite_exec and sqlite_query vs mysql_query

prestonlahore

New Member
I understand that sqlite_exec is for queries that does not return resultset and sqlite_query is for queries that return resultset. However can I use sqlite_query for all kinds of queries just like how mysql_query and are there any sideeffects to this?
 
Back
Top