是否可以使用预先存在的 SQL 服务器数据库创建 MS Access Web 应用程序?
Is it possible to create an MS Access Web App using a pre-existing SQL Server database?
我们需要为现有的关系数据库构建一个典型的维护前端(读取、更新、创建、删除),我听说 Access Web Apps 必须 "own" SQL 服务器它使用的数据库。
是否可以使用预先存在的 SQL 服务器数据库创建 MS Access Web 应用程序?
消息来源如下:
In the process launching the app to SharePoint, a SQL database is
provisioned that will house all the objects and data that the app
requires. The database that is created is specific to your app and by
default not shared with other apps.
简短的回答是 "No"。 Access Web Apps建立在SharePoint平台上,后端数据库存储在SQL服务器的内部版本中。
虽然它不能构建在外部 SQL 服务器实例上,但您可以将架构和数据导入 SQL 服务器的内部实例。
我们需要为现有的关系数据库构建一个典型的维护前端(读取、更新、创建、删除),我听说 Access Web Apps 必须 "own" SQL 服务器它使用的数据库。
是否可以使用预先存在的 SQL 服务器数据库创建 MS Access Web 应用程序?
消息来源如下:
In the process launching the app to SharePoint, a SQL database is provisioned that will house all the objects and data that the app requires. The database that is created is specific to your app and by default not shared with other apps.
简短的回答是 "No"。 Access Web Apps建立在SharePoint平台上,后端数据库存储在SQL服务器的内部版本中。
虽然它不能构建在外部 SQL 服务器实例上,但您可以将架构和数据导入 SQL 服务器的内部实例。