1.Oracle 封装类 using System; using System.Collections.Generic; using System.Linq; using System.Text; using Oracle.ManagedDataAccess.Client; using System.Data; using System.Data.SqlClient; namespace OracleHelper { public static class OracleSQLHelper { /
使用 Oracle.ManagedDataAccess.Client 类库参考SQLHelper编写的OracleHelper: // =============================================================================== // Microsoft Data Access Application Block for .NET // http://msdn.microsoft.com/library/en-us/dnbda/h
1 Oracle OracleHelper //=============================================================================== // OracleHelper based on Microsoft Data Access Application Block (DAAB) for .NET // http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp