CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据库 封装

搜索资源列表

  1. WebService

    0下载:
  2. Webservice的代码,封装了C# 连接数据库的常见的操作-source code of webservice
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:282464
    • 提供者:fengshukaihua
  1. SQLHELPER

    0下载:
  2. java语言操作数据库(oracle),封装好了的-java language to operate the database (oracle), good package
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1608
    • 提供者:dushifu
  1. bossAccount.java

    0下载:
  2. 一套基于springmvc的程序,存储层自己实现封装的存储框架,前台基于bootstrap,数据库是access。对于java新手具有提高能力的意义~-A program based springmvc storage layer framework to achieve their own storage package, front based bootstrap, the database is access. Improve the ability for java novice wit
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-04
    • 文件大小:683396
    • 提供者:wang
  1. ADO

    0下载:
  2. ADO连接数据库的C++封装,在VS2005以正常使用-The C++ package of ADO to connect to the database, in the VS2005 in the normal use
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6369
    • 提供者:刘新金
  1. DaoConn

    0下载:
  2. java 实现SqlServer 数据库操作的封装(连接、更新、查询)-java sqlServer connection、update、search
  3. 所属分类:SQL Server

    • 发布日期:2017-04-13
    • 文件大小:2214
    • 提供者:Bernard
  1. CESqlite

    0下载:
  2. Wince上自己封装的Sqlite数据库操作类,基于EVC开发环境,很方便C++操作类,封装了容器对数据库进行操作。-Wince own package Sqlite database operations, EVC-based development environment, it is easy to operate C++ class that encapsulates the vessel to operate the database.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-14
    • 文件大小:3501182
    • 提供者:乐天
  1. DatebaseTest

    0下载:
  2. 这是我自己封装的android平台下的sql数据库,大家参考下可以直接调用-This is my own sql database package android platform , we can refer directly call
  3. 所属分类:android

    • 发布日期:2017-04-27
    • 文件大小:470015
    • 提供者:sunlei
  1. stuman

    0下载:
  2. Java SE 开发的学生信息管理系统,使用sqlserver数据库,实现了封装查询等功能。-Java SE development of student information management system, using sqlserver database to achieve a package query.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:32120
    • 提供者:张子龙
  1. importExcel

    0下载:
  2. 读取excel,封装到对象中,导入到数据库-import excel
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-31
    • 文件大小:22189
    • 提供者:白桦林
  1. cmysql

    0下载:
  2. MySQL 数据库API 封装,Mysql 预处理语句,具体参考http://dev.mysql.com/doc/refman/5.1/zh/apis.html#c-api-prepared-statements-MySQL database API package
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-09
    • 文件大小:3924
    • 提供者:郝源
  1. Esql

    0下载:
  2. “SHIBAO ESQL server 1.0”是一个用易语言开发网络数据库系统,是对SQLITE数据库的封装,使用此数据库系统可以方便地在易语言中编写网络数据库程序。- SHIBAO ESQL server 1.0 is an easy language to develop a network database system is SQLITE database package, use the database system can be easily written in easy l
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-25
    • 文件大小:86714
    • 提供者:LJ
  1. Oracle-OCI-API

    0下载:
  2. 使用OCI,在OCI的基础上做了对Oracle数据库访问的封装。其中包括增、删、改。可blob的访问封装。-Use OCI, on the basis of OCI made ​ ​ to access an Oracle package. Including add, delete, change. Blob can access package.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-25
    • 文件大小:132936
    • 提供者:王超宇
  1. Oracle-OCI

    0下载:
  2. 数据库OCI的另一个封装,其中包含OCI基本全部的常用功能。这是很少见的比较全的OCI接口封装。-OCI another package , which contains all the common functions of basic OCI. This is a rare relatively wide OCI interface package.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-25
    • 文件大小:24671
    • 提供者:王超宇
  1. DBSDK

    0下载:
  2. 封装了数据库调用的接口,可以很方便的调用相关接口完善数据库操作-Encapsulates the call interface, can easily call the relevant interface to improve the operation
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-03
    • 文件大小:954441
    • 提供者:123456
  1. MFC-ADO-class-operating

    0下载:
  2. 设计了访问数据湖库的类封装了对数据库的各种操作-The class has operates the datebase of operatings
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-25
    • 文件大小:27725
    • 提供者:韩光羽
  1. customer

    0下载:
  2. 客户管理的功能分析: 添加客户: * 向数据库中插入记录. 查询所有客户: * 显示客户表中的所有记录,显示到JSP中. 修改客户: * 根据客户的ID进行修改客户.(要先查询一下) 删除客户: * 根据客户ID进行删除. 高级查询客户: * 按照用户名称或者用户的类型查询. 分页功能: * 上一页、下一页 index.jsp ->添加客户 ->addCustomer.jsp ->AddCustomerServlet -
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1744179
    • 提供者:张斌
  1. MCSharpLib

    0下载:
  2. C#基础库,封装DES,AES,DAS加密模块,Sql&Mysql 数据库操作模块-C# foundation library package DES, AES, DAS encryption module, Sql & Mysql operations module
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1078555
    • 提供者:
  1. DBTranfer

    0下载:
  2. 通过libsqlora8(PROC)库封装了对oracle数据库的访问,使用时只需修改oracle数据库的连接字即可,数据的发送使用socket通信,在win7和rhl系统中通过测试-Through libsqlora8 (PROC) library package of Oracle access, use only connected word can modify Oracle , data transmission using the socket communication, thr
  3. 所属分类:Oracle

    • 发布日期:2017-05-07
    • 文件大小:1204783
    • 提供者:dragon
  1. cSharp.NET-DB-ACCESS-class

    0下载:
  2. c#访问数据的封装类,支持access,oracle,sql sever等大部分数据库-access class, dev by c#
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:5252
    • 提供者:cthulhu
  1. Dao

    0下载:
  2. Java语言的数据库通用类,封装了一些常用的数据库操作,在实际使用中可以减少一些重复代码。-Database generic class of the Java language that encapsulates some common operations, in actual use, can reduce the number of duplicate code.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-05
    • 文件大小:1300
    • 提供者:刘强
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 »
搜珍网 www.dssz.com