private OracleConnection _dbConn = null;
DataSet ds = new DataSet();
Fill(ds, true);
public void Fill(DataSet ds, bool bFillSchema) {
Sign in to post, follow content, and more. New here? Register for free.