使用 Simple.Data 处理 Sql Server Geography 数据类型
这是一个非常基本的场景。我在 Sql Sever 数据库中有一个具有地理数据类型的表。我可以通过 Simple.Data 访问除此表之外的所有其他表的基本增删改查功能。
当我尝试访问表(任何方法插入更新等...)时,它会抛出“无法从 dbnull 转换为字符串”,
除了删除我的表列或破解 Simple.Data src 之外,有人找到任何解决方法吗?
抱歉,由于缺少代码,我是通过手机发布的,但如果需要,我会很快进行编辑。
Its a pretty basic scenario. I have a table with a Geography datatype in a Sql Sever Database. I can access basic crud functionality via Simple.Data with all my other tables except this one.
When I attempt to access the table (any method insert update etc...) It throws a 'can not cast from dbnull to string'
Short of deleting my table column or hacking the Simple.Data src, has anyone found any work arounds?
Apologies, for lack of code, I'm posting from my phone but will edit shortly if required.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将此问题添加到 GitHub 上: http://github.com/markrendle/Simple.Data /问题/163
Added this as an issue on GitHub: http://github.com/markrendle/Simple.Data/issues/163