简体   繁体   English

使用实体框架将SQL Server数据库导出到Access

[英]Export SQL Server Database to Access using entity framework

Is it possible to export a sql server database (2008) to a new access database using the Entity framework (or anything else for that matter in code)? 是否可以使用Entity框架(或代码中与此相关的任何其他内容)将sql Server数据库(2008)导出到新的访问数据库?

I have developed a desktop facing application that connects to a sql sever on a server and my client wants to be able to take snapshots of the database in access to send to people who don't have sql or access to the sql server (as they can't do it manually). 我开发了一个面向桌面的应用程序,该应用程序连接到服务器上的sql服务器,并且我的客户端希望能够对数据库进行快照以将其发送给没有sql或sql server的人(因为他们无法手动执行)。

This is being done in c# .NET 3.5 SP1 这是在c#.NET 3.5 SP1中完成的

Thanks 谢谢

It would be much easier if you can convince the user to use SQL CE instead. 如果您可以说服用户使用SQL CE,那将容易得多。 You should be able to create an adp database to use as the front end of the SQL CE database. 您应该能够创建一个adp数据库,以用作SQL CE数据库的前端。 You can use Microsoft Sync Framework to sync data between databases. 您可以使用Microsoft Sync Framework在数据库之间同步数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用Entity Framework将数据添加到SQL Server Express数据库 - How to add data to SQL Server Express database using Entity Framework 使用Entity Framework 4连接到SQL Server - Connecting to a SQL Server using Entity Framework 4 使用.Net MVC3和Entity Framework将文件存储在SQL Server数据库中 - Store file in SQL Server database using .Net MVC3 with Entity Framework 使用Entity Framework将数据库从SQL Server切换到Oracle需要进行哪些更改? - What changes are needed to switch database from SQL Server to Oracle using Entity Framework? 在现有SQL Server数据库上使用Entity Framework时,禁用VARCHAR和NVARCHAR之间的转换 - Disable conversion between VARCHAR and NVARCHAR when using Entity Framework over an existing SQL server database 实体框架代码访问SQL Server中的访问冲突 - Access violation in Entity Framework code accessing SQL Server 将实体框架CLR DLL添加到SQL Server数据库 - Add Entity Framework CLR DLL to SQL Server Database 具有 SQL 服务器凭据的数据库优先实体框架? - Database-First Entity Framework with SQL Server credentials? 还原实体框架使用的本地Sql Server数据库 - Restore a local Sql Server database used by Entity Framework Windows 应用程序部署与 SQL 服务器数据库和实体框架错误 - Windows application deployment with SQL Server database and Entity Framework error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM