Newbie to Mysql
#2

- The logs show that you execute 2 INSERT queries when you only need 1.
- Set default values to columns so you won't have to insert values yourself.
- The number of count for specifiers do not match the arguments. It has 1 %e specifier but no argument found.
- Same problem as above for the UPDATE query (3 %d specifiers but no arguments).
Reply


Messages In This Thread
Newbie to Mysql - by qUneT - 23.10.2016, 19:16
Re: Newbie to Mysql - by Konstantinos - 23.10.2016, 19:40
Re: Newbie to Mysql - by qUneT - 23.10.2016, 20:04
Re: Newbie to Mysql - by iLearner - 23.10.2016, 20:07
Re: Newbie to Mysql - by Konstantinos - 23.10.2016, 20:15
Re: Newbie to Mysql - by qUneT - 23.10.2016, 21:08
Respuesta: Newbie to Mysql - by Eloy - 26.10.2016, 19:37

Forum Jump:


Users browsing this thread: 1 Guest(s)