如何从Azure数据库表中获取数据到我的Android应用程序?

问题描述:

我很抱歉,但我是azure的新手,我不知道如何连接到我在Azure数据库上创建的表。我想获取表数据(SELECT *)并在android中的GridView中填充它们。我知道使用适配器的'填充'部分,我想知道的是如何连接和接收表中的数据:)

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 :)

有什么特别之处那个DB? 如果不是我认为它与每次都一样。 [ ^ ]

为什么你不使用Android附带的准备好的数据库?这是Android随附的?
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?