Insert error mysql
Posted: Thu 25 Jul 2013 04:33
Hi, i im trying of insert one row in mysql and i get one error. I have Delphi XE4 and i im testing one iphone application. When i run my program, this connect correctly to remote mysql, but when i do one insert this return in iphone simulator this error: (Access violation at address 00A944D0, accessing adress 0000028C)
I have this lines when i do insert and i get error:
Query.SQLInsert.Text := 'INSERT INTO products VALUES (0)';
Query.Execute;
Please can anybody help me?
Thank you.
I have this lines when i do insert and i get error:
Query.SQLInsert.Text := 'INSERT INTO products VALUES (0)';
Query.Execute;
Please can anybody help me?
Thank you.