first thanks for the reply... =]
i have in my project 2 dbedits and 4 buttons, my code:
+ button1.onclick:
sqlquery1.insert;
+ button2.onclick:
sqlquery1.delete;
sqlquery1.applyupdates;
+ button3.onclick:
sqlquery1.post;
sqlquery1.applyupdates;
+ button4.onclick:
sqlquery1.cancel;
with this code, i can change the database but only in memory, the database file in hd, is not affected...
when a close the program e open again, the database is clear, how i can solve this ?