SQLite - Create multiple tables in db
#7

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.
Reply


Messages In This Thread
SQLite - Create multiple tables in db - by u3games - 12.04.2013, 23:50
Re: SQLite - Create multiple tables in db - by Jefff - 12.04.2013, 23:53
Respuesta: Re: SQLite - Create multiple tables in db - by u3games - 12.04.2013, 23:54
Re: SQLite - Create multiple tables in db - by Jefff - 13.04.2013, 00:06
Respuesta: Re: SQLite - Create multiple tables in db - by u3games - 13.04.2013, 00:12
Re: SQLite - Create multiple tables in db - by Jefff - 13.04.2013, 00:26
Re: SQLite - Create multiple tables in db - by Lorenc_ - 13.04.2013, 00:33
Respuesta: Re: SQLite - Create multiple tables in db - by u3games - 13.04.2013, 11:13
Respuesta: SQLite - Create multiple tables in db - by u3games - 13.04.2013, 13:26

Forum Jump:


Users browsing this thread: 1 Guest(s)