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?Hassan Khodadadeh– Hassan Khodadadeh2013-09-01 23:35:51 +00:00Commented Sep 1, 2013 at 23:35
-
Who said you can't use MySql with ASP.net ... see this for more detailsHeatfanJohn– HeatfanJohn2013-09-01 23:37:32 +00:00Commented 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.Comfortably Numb– Comfortably Numb2013-09-01 23:41:31 +00:00Commented Sep 1, 2013 at 23:41
-
@YuriyGalanter Sir can you please give me some web site linkssawula– sawula2013-09-02 00:02:09 +00:00Commented Sep 2, 2013 at 0:02
-
1Doesn'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"Comfortably Numb– Comfortably Numb2013-09-02 00:11:29 +00:00Commented Sep 2, 2013 at 0:11
|
Show 2 more comments