有没有办法使用 Easy 表在连接到 Azure App Service 的 iOS 应用程序中获取 SQL 数据库表

Posted

技术标签:

【中文标题】有没有办法使用 Easy 表在连接到 Azure App Service 的 iOS 应用程序中获取 SQL 数据库表【英文标题】:Is there a way to fetch SQL Database table in iOS app connected to Azure App Service using Easy tables 【发布时间】:2019-04-03 06:42:05 【问题描述】:

我创建了一个 Azure 应用服务并连接了 SQL 数据库。我还创建了简单的表 todoitem 和另一个与我在 SQL 数据库中给出的名称相同的表。由于 todoitem 表是在简单表上创建的,因此在 ios swift 应用程序中发布和获取方法可以正常工作。当我从 iOS 应用程序访问另一个表时,它不会获取 SQL 数据库中可用的数据。它返回空白响应。

有没有办法获取 Azure SQL 数据库表数据并将其显示在 iOS 应用程序中?

【问题讨论】:

【参考方案1】:

请参阅以下 Microsoft 开发人员博客:Getting Started with Azure Mobile Apps’ Easy Tables。 Azure 移动应用服务允许使用 Easy Tables 与在客户端上运行的 Azure Mobile Apps iOS SDK 与 Azure SQL 数据库进行后端集成。这是一个快速教程,您可以在其中部署 Azure 移动应用服务以及示例 iOS 应用。唯一缺少的部分是 Easy Table 配置和 Azure SQL 数据库集成,但开发博客涵盖了这部分:Create an iOS app

【讨论】:

以上是关于有没有办法使用 Easy 表在连接到 Azure App Service 的 iOS 应用程序中获取 SQL 数据库表的主要内容,如果未能解决你的问题,请参考以下文章

Node 在连接到 Postgres 方面比 .NET Core 快 20 倍

Azure Easy Tables - 仅加载一列

有没有办法使用 Ngrok 将 Azure 机器人服务连接到本地托管的机器人?

在连接到上游客户端时负载平衡没有实时上游

尝试使用启用了 TLS 的连接的 python 连接到 Sybase 和 Azure SQL 服务器

REACT 应用程序调用安全的 Azure WEBAPI 服务 - 没有用户