Asked by:
php mySql database connection HELP..

Question
-
First of all.. i know nothing about connecting database and all QA i've searched so far are too difficult for me to understand as I am new to Windows store app but have experience in web development and game dev. so please keep it as simple as possible.
scene is : database name is "test" and table name is "table1" .. its all running online (PHP and mySQL).
what i need to do?
I've windows store application I have to retrieve data from online database(mySQL) in a grid(windows store app).
please help.
http://blog.hfarazm.com
Monday, May 12, 2014 7:28 AM
All replies
-
Hi, please take a look at this detail example:
https://blogs.oracle.com/MySqlOnWindows/entry/how_to_using_connector_net
Monday, May 12, 2014 7:34 AM -
You will need to expose your data via a Web Service. Then in your app you can easily consume it to do what you want.
-- Vishal Kaushik --
Please 'Mark as Answer' if my post answers your question and 'Vote as Helpful' if it helps you. Happy Coding!!!
Monday, May 12, 2014 7:34 AM -
Hi, please take a look at this detail example:
https://blogs.oracle.com/MySqlOnWindows/entry/how_to_using_connector_net
cant configure sakilla and there are some problems in code as well .. I am using VS2013
If you have this project running at your system then kindly zip it ..
http://blog.hfarazm.com
- Edited by Hafiz Faraz Mukhtar Monday, May 12, 2014 8:25 AM
Monday, May 12, 2014 8:24 AM -
You will need to expose your data via a Web Service. Then in your app you can easily consume it to do what you want.
its too easy sir thats why i m stuck at it... if u can give some tutorial or example then that would be much helpful
-- Vishal Kaushik --
Please 'Mark as Answer' if my post answers your question and 'Vote as Helpful' if it helps you. Happy Coding!!!
http://blog.hfarazm.com
Monday, May 12, 2014 8:27 AM