PHP Web Service vs mySQL Connector on Windows Application

Posted by Derek on Stack Overflow See other posts from Stack Overflow or by Derek
Published on 2010-03-08T08:07:04Z Indexed on 2010/03/08 9:06 UTC
Read the original article Hit count: 351

Filed under:
|
|
|
|

I have a Windows Application in C#. This application interacts with a remote mySQL database. Should I create a PHP web service to do these (insert/add/delete/update) or use mySQL connector for c#? I'm not sure which way is better.

Thanks!

© Stack Overflow or respective owner

Related posts about php

Related posts about c#