Hemantvc
Hemantvc

Reputation: 2119

Direct insert data in mysql data in android

I want to save insert data into MYSQL DataBase ,without using any webservice .is there any way to solve my.. or There is not possible to insert data directly into DataBase . Thank you in advance.

Upvotes: 2

Views: 9314

Answers (1)

Jerad
Jerad

Reputation: 709

DVK answered why you shouldn't do this

In short, Yes you can insert data into a database directly without using webservice. However you would have very little to gain as mention by DVK answer.

Beside, the webservice are easy to make. There are a lot framework that making webservice real easy, and will do most of the heavily lifting. I'm not sure for mysql, but .NET Framework contains some excellent library.

Upvotes: 3

Related Questions