SQLite not writing to database?
#2

Take a look at the INSERT syntax

Код:
INSERT INTO table_name (column1, column2, column3,...)
VALUES (value1, value2, value3,...)
As far as I know, there is no SET in insert while using the way you want to.
Reply


Messages In This Thread
SQLite not writing to database? - by ReneG - 22.05.2012, 04:19
Re: SQLite not writing to database? - by [HiC]TheKiller - 22.05.2012, 04:28
Re: SQLite not writing to database? - by ReneG - 22.05.2012, 04:31

Forum Jump:


Users browsing this thread: 1 Guest(s)