views:

38

answers:

2

I would like to connect microsoft database via iPhone, is that possible to do so? Is there any third party library required? If not, any suggestions on that?? Thank you.

+3  A: 

I suppose you don't want the SQL Server to be installed on the iPhone...

In any other case the DB should be installed on your server. You should provide a set of web services (e.g. ASP.NET) and communicate with these web services from the iPhone.

Michael Kessler
A: 

I would suggest creating a web service for the data that the iPhone connects to.

Terry