Connecting to remote mysql database with API

Posted by Ajay on Stack Overflow See other posts from Stack Overflow or by Ajay
Published on 2012-06-21T07:05:21Z Indexed on 2012/06/21 9:16 UTC
Read the original article Hit count: 184

Filed under:
|
|

I am designing a desktop application in C#, which needs to be connected to my online mysql database. I tried to give access in control panel a "%" which means from any IP, but it is not working. May be the hosting provider (bigrock) not allowing that.

Alternatively, I am trying to write some code in online on PHP which will get the "sql" as parameter and returns the output as JSON format using json_encode.

Is there any alternate methods which is better approach.

© Stack Overflow or respective owner

Related posts about c#

Related posts about php