通过连接.NET的DbConnection到DB2NET、DbConnection

由网友(离殇)分享简介:我们的当前DB连接提供者模型依赖于数据库连接使用的DbConnection(System.Data这)的对象。Our current DB Connection provider model relies on database connectivity to use DbConnection (System.Dat...

我们的当前DB连接提供者模型依赖于数据库连接使用的DbConnection(System.Data这)的对象。

Our current DB Connection provider model relies on database connectivity to use DbConnection (System.Data) based objects.

我们可以通过OdbcConnection连接到DB2(* NIX * Windows)中,但是我们想允许使用原生DB2驱动程序。

We can connect to DB2 (*Nix * Windows) via OdbcConnection, but we would like to allow the use of native DB2 Drivers.

有没有办法做到这一点(无论是.NET Framework中,开放源代码或(最后的选择)的供应商),而从我国目前的DAL模式打破了?

Is there any way to do so (either .Net framework, OpenSource or (last choice) vendor) without breaking away from our current DAL model?

推荐答案

我觉得你的问题都在这里找到答案: http://www.$c$cproject.com/KB/database/DotnetDb2.aspx

I think your questions are answered here: http://www.codeproject.com/KB/database/DotnetDb2.aspx

有相当多的选择在那里。

There are quite a few options there.

阅读全文

相关推荐

最新文章