如何远程管理 SDF 数据库?
这是一个愚蠢的问题,但我似乎无法得到一个清晰的想法。
SQL Server CE 4 不需要 SQL。因此,一旦我将 .SDF 文件复制到我的 Web 主机,我想继续仅对远程版本而不是本地版本进行更改。使用 SQL 数据库,我将拥有一个连接字符串并完成我的工作。
它与 SDF 文件完全相同吗?我是否要将它们附加到我的 SQL Express 服务器以进行更改?
This is a silly question but I can't seem to get a clear idea.
SQL Server CE 4 does not require SQL. So once I copy my .SDF file to my web host, I want to continue making changes only to the remote version and not locally. With a SQL database I would have a connection string and do my thing.
Is it exactly the same with an SDF file? Do I attach them to my SQL Express server to make changes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只能在本地打开 SQL Compact 文件。如果您可以访问主机上的命令提示符,则可以使用我的命令行实用程序:http://sqlcecmd.codeplex。 com
You can only open SQL Compact files locally. If you have access to a command prompt on your host machine, you can use my command line utility: http://sqlcecmd.codeplex.com