MYSQL errors
#7

You can choose not to specify columns, but then you have to provide _all_ of them. So if there were id, name, password, then it'd be: "INSERT INTO `accounts` VALUES(null, '%s', '%s'). There is also insert set (like with update) syntax
Reply


Messages In This Thread
MYSQL errors - by MechaTech - 12.03.2013, 13:41
Re: MYSQL errors - by Misiur - 12.03.2013, 13:43
Re: MYSQL errors - by MechaTech - 12.03.2013, 16:13
Re: MYSQL errors - by Patrick - 12.03.2013, 16:46
Re: MYSQL errors - by MechaTech - 13.03.2013, 14:21
Re: MYSQL errors - by CoaPsyFactor - 13.03.2013, 14:30
Re: MYSQL errors - by Misiur - 13.03.2013, 14:56

Forum Jump:


Users browsing this thread: 2 Guest(s)