SQLite: Saving Code Run Two Times?
#2

Код:
DELETE * FROM `Families`
This query is failing to submit, have you tried TRUNCATE?

Код:
TRUNCATE TABLE `Families`
Do not use db_free_result unless you're fetching something via the SELECT method, it's inefficient doing that.
Reply


Messages In This Thread
SQLite: Saving Code Run Two Times? - by ReneG - 13.06.2012, 00:57
Re: SQLite: Saving Code Run Two Times? - by Lorenc_ - 13.06.2012, 05:58
Re: SQLite: Saving Code Run Two Times? - by ReneG - 13.06.2012, 06:15
Re: SQLite: Saving Code Run Two Times? - by Lorenc_ - 13.06.2012, 06:26
Re: SQLite: Saving Code Run Two Times? - by ReneG - 13.06.2012, 07:03
Re: SQLite: Saving Code Run Two Times? - by PrawkC - 13.06.2012, 07:24
Re: SQLite: Saving Code Run Two Times? - by ReneG - 13.06.2012, 07:45

Forum Jump:


Users browsing this thread: 1 Guest(s)