2

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.

1
  • you should not be doing that. You will need to store the database password and user in your app and also expose the db outside local host. With a little decompiling your db can be accessed by anyone Commented Nov 30, 2012 at 6:25

1 Answer 1

3

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.