CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 其他数据库 搜索资源 - Database link

搜索资源列表

  1. DYNDATA

    0下载:
  2. 动态连接ODBC数据库.使用通过数据源的名称动态链接访问ODBC数据库,如果程序中使用的数据库程序运行时是不确定的,数据库表中的域和记录可能被改变,那么通过指向数据库的数据源动态的对该数据库进行操作是比较好的方法.-Dynamic Link ODBC database. Data sources through the use of the name of Dynamic Link visit ODBC databases, If the procedure is used in the dat
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:49932
    • 提供者:唐力
  1. dCHAP4

    0下载:
  2. 1. 仍然使用MyDatabase数据库,用SYSDBA用户登录。 2. 在ISQL中,依次输入第4章的数据表创建SQL语句;或者根据表4-1至4-8自行创建数据表。(可以直接使用光盘提供的MyDatabase.GDB数据库。) 3. 使用MyDB数据库连接,在SQL Explorer中输入原始数据。除了表4-9和表4-10的内容,还需要在USER_PASS表中设置一个权限为’3’的JWC用户名,用于课程的调度;设置若干个教师的账号(需要在TEACHER数据表中设置相应信息),权限为’2
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:81778
    • 提供者:bansom
  1. A_Database1825931252004

    0下载:
  2. This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications an
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:33986
    • 提供者:gaolu
  1. 用JSP链接到数据库

    0下载:
  2. 用JSP链接到数据库使用起来非常简单,CUT然后PASTE,原代码中我给出了详细的注释。-Using JSP link to the database is very simple to use, then PASTE CUT, the original code I presented a detailed notes.
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:1108
    • 提供者:leon
  1. 利用ado访问加密access数据库

    0下载:
  2. 为了保护数据库不被非法用户所修改或破坏,应为数据库设置密码,数据库设置密码后,利用ADO控件连接加密的ACCESS数据库.运行程序,在MSFLEXGRID控件中显示ACESS数据表中数据.-database in order to protect users from unauthorized modification or destruction of which should set the password for the database, the database set up a p
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:57397
    • 提供者:李鹏
  1. nosql.tar

    0下载:
  2. NOSQL.java链接casscandra nosql数据库实例 插入语句和查询语句要跟根据自己修改.-NOSQL.java insert link casscandra nosql database instance to keep statements and queries according to their changes.
  3. 所属分类:Other Databases

    • 发布日期:2017-05-11
    • 文件大小:2584947
    • 提供者:wobfei
  1. database_link

    0下载:
  2. 链接数据库的源码,能够完成学生档案的相关操作-Link to the source database
  3. 所属分类:Other Databases

    • 发布日期:2017-04-23
    • 文件大小:9230
    • 提供者:陈守刚
  1. VCAccess

    1下载:
  2. 此demo包含vc操作Access数据库的链接、以及增删改查的基本操作,均提供的有接口,方便用户操作,并且提供了一些模糊查询语句供用户参考-This demo contains the Access database, the link vc operations, as well as additions or deletions to change the basic operation of search are provided with interfaces, user-friendl
  3. 所属分类:Other Databases

    • 发布日期:2017-05-11
    • 文件大小:2697129
    • 提供者:kaikai
  1. Databasesothemainconcepts

    0下载:
  2. 数据库中有关的主要概念,然后回顾数据管理技术的三个发展阶段,数据库的三个发展阶段及各阶段的主要特点,掌握数据库中的有关的基本概念、数据库系统的组成及各部分的主要功能。重点掌握实体、属性定义和实体型之间的联系类型及特点。三种数据模型的特点及区别。面向对象数据模型的基本特征。-Databases on the main concepts, and then review data management techniques to the three stages of development, da
  3. 所属分类:Other Databases

    • 发布日期:2017-04-02
    • 文件大小:122287
    • 提供者:李大明
  1. adodb480

    0下载:
  2. PHP中一个对象导向的数据库封包链接库,它提供了共通的应用程序接口来跟所有支持的数据库沟通,简化了你的程序的数据库移植性操作。ADODB是Active Data Object DataBase的缩写,目前支持MySQL、PostgreSQL、Oracle、Interbase、Microsoft SQL Server、Access、FoxPro、Sybase、ODBC及ADO。-PHP in an object-oriented database packet link library, whic
  3. 所属分类:Other Databases

    • 发布日期:2017-03-28
    • 文件大小:580710
    • 提供者:陈阳
  1. vccsky

    0下载:
  2. VC++如何初始化COM库的源代码,可能对于初学者来说,这个再简单不过的问题似乎也成了问题,在VC++数据库操作中,引入ADO动态链接库恐怕是进行数据库操作的第一步了,因此简单但必不可少,所以通过这个VC++小实例,你会搞明白如何初始化COM动态链接库。 -VC++ how to initialize the COM library source code, probably for beginners, this is a relatively simple problem seems t
  3. 所属分类:Other Databases

    • 发布日期:2017-04-16
    • 文件大小:29312
    • 提供者:李元驰
  1. AccessFrame

    0下载:
  2. ado access数据库的链接与数据读取-ado access the database link with the data read
  3. 所属分类:Other Databases

    • 发布日期:2017-05-28
    • 文件大小:11369498
    • 提供者:
  1. JavaBeans

    0下载:
  2. 利用JavaBeans实现两种数据库间数据导入的一种方法 讨论了在B/S模式下,实现不同数据库之间的数据互访,实现教学管理系统中异构数库之间的数据转换的一个方法。论述了一个基于JDBC(Java Data Base Connectivity)异构数据库教学管理系统的实现过程。在该系统中,利用JavaBeans实现了JDBC驱动程序的动态加载和数据库的动态链接,从而使系统具有较强的灵活性和开放性。-JavaBeans a way to import data between the two d
  3. 所属分类:Other Databases

    • 发布日期:2017-11-10
    • 文件大小:343610
    • 提供者:rainsong001
  1. TestVirtuoso

    0下载:
  2. virtuoso数据库操作,使用java语言,要链接数据库-virtuoso database operations using java language you want to link the database
  3. 所属分类:Other Databases

    • 发布日期:2017-11-15
    • 文件大小:4401391
    • 提供者:davidtian
  1. AccessBmp

    0下载:
  2. 通过ADO链接数据库,并在access数据库中录入和提取图片-Database via ADO link and entry in the access database and extract images
  3. 所属分类:Other Databases

    • 发布日期:2017-12-05
    • 文件大小:11287246
    • 提供者:王豆豆
  1. net

    0下载:
  2. 详细介绍各类语言在链接各类数据库的时候的代码分析。-Detailed introduction of all kinds of languages in the link the code analysis of all kinds of database.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-15
    • 文件大小:7032
    • 提供者:小小
  1. ADOtest2

    0下载:
  2. MFC链接Access数据库,采用ADO数据库方式。-MFC link Access database using ADO database mode.
  3. 所属分类:Other Databases

    • 发布日期:2017-06-14
    • 文件大小:20672266
    • 提供者:jiji
  1. chaxunjilu

    0下载:
  2. 完成本地数据库的链接、数据的查询等功能,并支持实时增加、修改记录。-Completion of the local database link, data query capabilities, and support for real-time add, modify records.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-08
    • 文件大小:337227
    • 提供者:呼延菊
搜珍网 www.dssz.com