0

I am building flash web based application using as3 and I want to receive and send data to MySQL server. I found out that I cannot communicate directly with MySQL from as3 and I have to use a PHP script. So I am trying to find a way to communicate with database with asp.net solution instead of PHP. thanks

7
  • I cannot communicate directly with MySQL and I have to use a PHP script. why? Commented Sep 1, 2013 at 23:35
  • Who said you can't use MySql with ASP.net ... see this for more details Commented Sep 1, 2013 at 23:37
  • Flash is a client-side thing, if you need it to get data from MySQL server you need to make AJAX call to server-side code, which can be anything - PHP, ASP.NET, etc. Commented Sep 1, 2013 at 23:41
  • @YuriyGalanter Sir can you please give me some web site links Commented Sep 2, 2013 at 0:02
  • 1
    Doesn't matter - client side (Flash/AS3) stays the same. You just read data in your ASP.NET page via MySQL provider and send it to the client either as XML or JSON. Again Google "ADO.NET MySQL" and "DataTable XML JSON" Commented Sep 2, 2013 at 0:11

0

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.