可以进行 JDBC .net 连接
是否可以在 VB.net 应用程序中使用 JDBC 连接?我无法找到任何示例代码来使用 .net 中的 JDBC 连接到 Oracle 数据库,而无需使用 Oracle .net 驱动程序(如果没有安装 Oracle 客户端,它们似乎无法工作,这是一个许可证问题)
所以任何帮助会很好! :o)
大卫
Is it possible to use a JDBC connection in a VB.net application? I am unable to find any example code in order to connect to an Oracle Database using JDBC within .net without the need to use Oracles .net drivers (they seem to not work without the Oracle client being installed and thats a licence problem)
So any help would be great! :o)
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过使用 Oracle Instant Client “完整的”Oracle 客户端?这是免费的,因此不会给您带来任何许可问题。
Have you tried using the Oracle Instant Client instead of the "full" Oracle client? That's free, so shouldn't give you any licensing problems.
您是否尝试过使用 System.Data.OracleClient来自微软?
Have you tried using System.Data.OracleClient from MS?