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
Solution 1:
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.
Post a Comment for "Direct Insert Data In Mysql Data In Android"