I have some sql statements that updates a database. As long as the application is running the changes in the database work everywhere in the program. Once I shut the program down and restart it, the changes to the database no longer exists. I have tried sql statements with sql.begintransmission and endtransmission. I have also tried the B4ADBUtils library. Both work but will not save once the app is shut down. Any ideas?