MySql Strange Problem :)
General and Desktop
4
Posts
2
Posters
1.2k
Views
1
Watching
-
My Query gets successfully executed.
But I dont see inserted record.
When I insert records from mysql prompt than it shows that PRIMARY KEY which was set to AUTO_INCREMENT has been incremented. Thats means the query from Qt was success but the record does not show up.
I have checked everything. I have passed all values in correct order.