Connect Android application to remote MSSQL Database using webservices
We are working on google calendar application in android. We need to connect our application to remote MSSQL Database using webservices. We are new to webservices in android. Can you please provide us some code on how to use webservices to conect to Mssql server. We have used php scripts for connecting our login page 开发者_C百科and we have written this code without using webservices.
Thank you,
here is a link. This example shows that how to connect android to mysql via php. I hope this will help you.
精彩评论