Read more about SQLite in MAF here https://docs.oracle.com/middleware/mobile200/mobile/develop-oepe/oepe-maf-sqlite-db.htm
Use case
Follow topic show you a couple of things in this post.
1.Create a .db by using a .sql script (when your application starts).
2.How to manage the connection of your SQLite DB.
3.Security regarding the .db
4.Doing operations on your DB (SELECT, INSERT, DELETE and UPDATE)
http://adf4beginners.com/2013/03/adf-mobile-sqlite-in-adf-mobile/
时间: 2024-10-09 20:56:03