format(Query, sizeof(Query), "INSERT INTO cars (Owner, Plate) VALUES (%s, %s);","City", "LS"); mysql_query(Query);