简体   繁体   中英

how to access sqlite database from server

in my application i uploaded sqlite database on the server. problem is that i have no knowledge how to access the database from the server in my application.

Please tell me anyone how i access database from the server.

Since SQLite is a flat file database, there's no way to access it via server (because it doesn't have one duhhh). Best approach would be either by downloading the database into your sandbox and opening it from there. Or create a simple API to manipulate the database via PHP for example.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM