Click here to Skip to main content
15,903,012 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, am developing Windows-Phone7 chat-application for my final year project in 'Visual Studio Express 2010 for Windows Phone'. I am asked to develop in MySQL as backend. I gotta know that you cannot connect Windows-Phone application to MySQL. Could anybody tell me the possibilities of connecting with MySQL? Should i use Web Services? And I wanta know which database is apt for windows phone7 to beginners.Could anybody expalin me please?
Posted
Updated 12-Jan-12 2:49am
v3

You should go for web services and the database I suggest is MS SQL Server.

If you are still keen on using MySQL , then you can use this REST client for communication between MySQL and WP7 app.http://restsharp.org/[^]
 
Share this answer
 
v3
Comments
prakash bala mca 12-Jan-12 9:25am    
Could you elloborately tell me pleas whats the difficulty in connecting WP7 with MYSQL? so that i can argue my guide to change my database to MSSQL server.Tnx for ur time.
bbirajdar 12-Jan-12 9:57am    
Frankly speaking, I have not tried making WP7 work with MySQL. I just don't like the idea of a zebra marrying a giraffe. When you have all the development tools from one vendor, why should we go for mixing them. The problem that may arise from this cross pollination cannot be told in advance.It depends on the application. When you have a powerful MS SQL server, with WP7 SDK having capabilities to seamlessly communicate with, I suggest MS SQL. Some people faced problems with this http://p2p.wrox.com/classic-asp-databases/1223-mysql-ole-db-connection-string.html
prakash bala mca 12-Jan-12 11:35am    
thank u :)
You should use LINQ to connect databases to WP7...

download the following book it explains everything about databases with WP7:

https://www.facultyresourcecenter.com/curriculum/pfv.aspx?ID=8874&c1=en-us&c2=0&Login=[^]

don't forget to vote :D
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900