SubSonic 3.0 SimpleRepository 支持 SQL Server Compact Edition 吗?
如果 SubSonic 3.0 的 SimpleRepository 支持 SQL Server CE(精简版),有人可以确认一下吗?我尝试过但失败了,但我不确定我是否做错了什么或者它是否不应该起作用。
我在网上发现了相互矛盾的信息。 SubSonic 文档页面 表示 SubSonic 3.0 支持 SQL Server CE。然而,这个(相当新的) Stack Overflow 问题 说它不受支持
那么它是哪一个呢?如果它应该工作,是否有人碰巧有一些工作代码的指针,以便我可以找出我做错了什么?谢谢!
Can someone confirm one way or the other if SubSonic 3.0's SimpleRepository supports SQL Server CE (Compact Edition)? I tried it and failed but I'm not sure if I'm doing something wrong or if it's not supposed to work.
I'm finding conflicting information online. The SubSonic documentation page says that SQL Server CE is supported in SubSonic 3.0. However this (fairly recent) Stack Overflow question says that it isn't supported
So which is it? If it is supposed to work, does anyone happen to have a pointer to some working code so I can figure out what I'm doing wrong? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用 System.Data.Common,据我了解,SQLCE 理解 System.Data.Common - 您只需确保在连接字符串中指定该驱动程序(我不知道那是什么)。
我们还没有为其构建任何 T4,但对于 SimpleQuery 来说它应该“正常工作”。有什么错误?
We use System.Data.Common and from what I understand SQLCE understands System.Data.Common - you just have to be sure you specify that driver in your connection string (and I don't know what that is).
We don't have any T4's built for it yet, but for SimpleQuery it should "just work". What's the error?