Quote:
db_free_result(db_query(Sqlite, string));
|
That's not how you should use
db_free_result. You should only use it when you're using the SELECT method, that way upon receiving a result you will free it later (to stop clogging anything?). In short, use it only on variables with the "DBResult: " tag.