MySQL based vehicle system..
#2

you're inserting floats and integers into your database as a string

this should fix it:

Код:
VALUES ('%e', %d, %f, %f, %f, %f, %d, %d, %d, %d, %d, %d, '%s')
also I see that you're using %s to insert the vehicle plate, I'd advise against the use of %s in queries. (use %e to prevent sql injection)
Reply


Messages In This Thread
MySQL based vehicle system.. - by MafiaOink - 12.03.2018, 11:54
Re: MySQL based vehicle system.. - by Sellize - 12.03.2018, 12:06
Re: MySQL based vehicle system.. - by MafiaOink - 12.03.2018, 12:08
Re: MySQL based vehicle system.. - by Sellize - 12.03.2018, 12:10
Re: MySQL based vehicle system.. - by MafiaOink - 12.03.2018, 12:19
Re: MySQL based vehicle system.. - by MafiaOink - 12.03.2018, 13:02
Re: MySQL based vehicle system.. - by CoaPsyFactor - 12.03.2018, 13:40

Forum Jump:


Users browsing this thread: 1 Guest(s)