sql Compact 支持多种模式吗?
在SQL2008中,您可以将表分组到不同的模式中,例如将所有查找表分组到查找模式中。 SQL Compact 4.0 也支持此功能吗?我试图找到一些关于这方面的参考,希望能从这里得到一些帮助。
In SQL2008, you can group tables into different schema, such as group all the lookup tables into lookup schema. Does this feature also supported in SQL Compact 4.0? I have tried to find some reference on this and hopefully can get some help from here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,SQL Server Compact 不支持多个架构,但是您可以在同一应用程序中使用多个数据库文件。
No, SQL Server Compact does not support multiple schemas, you can however use several database files within the same application.