SQL Not reading the account in the database
#5

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
Quote:

INSERT INTO `ACCOUNTS` VALUES(null, '%s', '%s', '4000', '-1', '0', '0', '0', '0', '0', '0')

#e: Oh, it's SQLite, sorry, that log won't help
Reply


Messages In This Thread
SQL Not reading the account in the database - by Alexis1999 - 17.08.2013, 23:33
Re: SQL Not reading the account in the database - by Sascha - 18.08.2013, 08:06
Re: SQL Not reading the account in the database - by Alexis1999 - 18.08.2013, 09:08
Re: SQL Not reading the account in the database - by Alexis1999 - 18.08.2013, 13:14
Re: SQL Not reading the account in the database - by Misiur - 18.08.2013, 13:36
Re: SQL Not reading the account in the database - by Alexis1999 - 18.08.2013, 13:45
Re: SQL Not reading the account in the database - by Stylock - 18.08.2013, 14:51
Re: SQL Not reading the account in the database - by Alexis1999 - 18.08.2013, 16:16

Forum Jump:


Users browsing this thread: 1 Guest(s)