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?