zoukankan      html  css  js  c++  java
  • 自己的数据库通用访问类

      1using System;
      2using System.Collections.Generic;
      3using System.Text;
      4using System.Data;
      5using System.Data.SqlClient;
      6using System.Data.OleDb;
      7
      8namespace IDataAccessLib
      9{
     10    类型选择
     16
     17    工厂类
     83
     84    接口
    105
    106    SQL类
    441
    442    OLEDB类
    777}
  • 相关阅读:
    xudyh的gcd模板
    [转]vi command summary
    Uva11538 排列组合水题
    html中的块与布局
    使用bootstrap-table插件
    2015 10月16日 工作计划与执行
    2015 10月15日 工作计划与执行
    2015 10月14日 工作计划与执行
    2015 10月13日 工作计划与执行
    2015 10月12日 工作计划与执行
  • 原文地址:https://www.cnblogs.com/cxy521/p/1049662.html
Copyright © 2011-2022 走看看