This document discusses implementing a SQL server database on the Android platform based on the SQLite engine. It describes how the Android platform includes the popular open-source SQLite database, which allows developers to easily store and access data. However, SQLite has limitations like not being accessible outside the application. The paper proposes using a SQL server database to overcome issues with SQLite like limited access and security. It would allow data to be accessed within and outside the application and be stored on a remote server, improving security even if a mobile device is lost or stolen. The system aims to provide full access to the database while addressing SQLite's memory usage and flexibility constraints.