当前位置: 代码迷 >> ASP.NET >> 请教有没有对ORACLE的操作类,类似SqlHelper 这样的
  详细解决方案

请教有没有对ORACLE的操作类,类似SqlHelper 这样的

热度:8301   发布时间:2013-02-25 00:00:00.0
请问有没有对ORACLE的操作类,类似SqlHelper 这样的。
谁有这样的类或别的什么,谢谢。

------解决方案--------------------------------------------------------
邮件已发送
------解决方案--------------------------------------------------------
可以参考IBatisNet
或者参考FortuneBase中IBatisNet的用法

参考地址www.cnblogs.com/mail-ricklee
------解决方案--------------------------------------------------------
petshop里操作就很详细
string ConnectionString="Data Source=A;user=system;password=manager;";
OracleConnection conn=new OracleConnection(ConnectionString);
  相关解决方案