EF4 Oracle 身份插入
有谁知道是否可以在不使用StoredProcedure的情况下从ef4调用oracle的sequence.NextVal?我有一个来自客户端的 Oracle 数据库,我无法修改它,所以 stroedproc 不适合我。我用的是ef4 ctp5。
感谢!
Does anyone know if its possible to call an oracle's sequence.NextVal from ef4 without using StoredProcedure? I have an Oracle db from a client which I cannot modify, so stroedproc are not an option for me. I use ef4 ctp5.
Thank!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
例如,您可以执行 SQL 命令:
我已经使用 dotConnect for Oracle 6.0.86 测试了此代码,它有效。
For example, you can execute an SQL command:
I have tested this code using dotConnect for Oracle 6.0.86, it works.
我不熟悉 ef4,但是你能像这样执行常规查询吗?
I'm not familiar with ef4 but can you execute regular queries like this?