简体   繁体   中英

How can I store table data in SQL Server database?

At this moment I am building an app in ionic platform, the data is being stored in SQLite local storage. But I need to know how I can store this data into SQL Server database?

It is unsecure to connect to a real database server directly from your phone. The connection string can be exposed and the data changed/stolen/deleted.

What you need is a back end like asp.net/node.js/ruby or whatever your choice should be.

This server should act as the bridge between your app and the database. Receiving json from http requests and storing it in the database.

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