08.10.2010, 09:20
Hello everyone.
I've scripted a register system in mysql, and this is the first time i have this problem.
i have
format(query, sizeof(query), "INSERT INTO blabla", parameters);
and its alright. I've debugged it, and the line is okay. But it doesnt insert it into the database?
Anyone else had that problem?
I've scripted a register system in mysql, and this is the first time i have this problem.
i have
format(query, sizeof(query), "INSERT INTO blabla", parameters);
and its alright. I've debugged it, and the line is okay. But it doesnt insert it into the database?
Anyone else had that problem?