使用 SQL Server CE 和 SQL Server Express
我有一个当前使用 SQL Server CE 的应用程序,架构位于 .sdf
文件中。现在我们想让它基于某种模式连接到SQL Server Express版本。
我有几个问题:
两个数据库的 Linq-to-SQL 文件(由 sql metal 生成)是否相同(除了名称等)
我们可以使用为
.sdf
生成的 linq 文件,并将其扩展到 SQL Server表达并覆盖任何数据库特定的东西 那里?或者混合使用它们是否不明智?
I have an app which currently uses SQL Server CE, and the schema is in a .sdf
file. Now we want to allow it to connect to a SQL Server Express edition based on some mode.
I have a couple of questions:
Will the Linq-to-SQL files (generated by sql metal) be the same for the both the databases (apart from the name etc)
Can we use the linq file generated for
.sdf
, and extend it for the SQL Server Express, and override any DB specific things there? Or is it not advisable to mix both of them ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论