Click here to Skip to main content
15,885,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm sorry but I'm new to azure, I don't know how to connect to a Table I created on an Azure Database. I want to get the table data (SELECT *) and populate them in a GridView in android. I know the 'populating' part using an adapter, all I want to know is how to connect and receive the data from the Table :)
Posted

1 solution

is there anything special to that DB? If not I'd assume it's the same way as every time.[^]
Why don't you use the prepared DB that is coming with Android?that is coming with Android?
 
Share this answer
 
Comments
Member 11065384 24-Feb-15 4:59am    
The thing is, I already have a SQL database that my ASP.NET website is using on azure. I'm making a mobile app for the website, so the data need to be same since user accounts are involved

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