18.08.2013, 13:36
(
Последний раз редактировалось Misiur; 18.08.2013 в 15:07.
)
Check your mysql_log.txt in server folder. Also, if you want to insert using all fields except id, you don't have to list them all. You can do something like
#e: Oh, it's SQLite, sorry, that log won't help
Quote:
|
INSERT INTO `ACCOUNTS` VALUES(null, '%s', '%s', '4000', '-1', '0', '0', '0', '0', '0', '0') |

