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

搜索资源列表

  1. 薪金管理系统

    0下载:
  2. 用vc作的一个利用ODBC连接access数据库的管理系统-vc used for the use of an ODBC database connectivity access management system
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:161918
    • 提供者:jhb
  1. Appendix1

    0下载:
  2. “网络考试系统”配置说明1.首先为数据库testsys.mdb注册ODBC数据源,名称为testsys2.然后为该系统创建虚拟目录,如exam,然后在IE中输入http://localhost/logon.asp即可使用-"Network Test System" configuration 1. For the first registration database testsys.mdb ODBC data sources, the name of testsys2. T
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:30806
    • 提供者:aa
  1. MYSQL编程接口

    0下载:
  2. MYSQL、odbc编程接口,可以直接使用这个源代码来进行开发。-MYSQL, odbc programming interface, and can directly use the source code to develop.
  3. 所属分类:MySQL数据库

    • 发布日期:2008-10-13
    • 文件大小:211348
    • 提供者:yyj
  1. 学生成绩库

    0下载:
  2. ODBC数据库编程,告诉我们怎样用VC编写数据库程序,例子很简单,但很详细。-ODBC Database Programming, tell us how you prepared VC database programs, for example very simple, but very detailed.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:50498
    • 提供者:小芳
  1. ALLJDBCDriver

    0下载:
  2. SQL Server、Oracle、Sybase、ODBC的JDBC驱动文件,全部测试过-SQL Server, Oracle, Sybase, and ODBC JDBC driver, all tested
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:3480759
    • 提供者:周云鹏
  1. Java数据对象(JDO)的应用

    0下载:
  2. 详细地讨论Sun公司的Java数据对象(JDO)标准。JDO允许我们使用Java对象,支持事务和多用户。与ODBC不同的是,它使我们无需考虑SQL和与数据库有关的其他东西。它与串行化也有所区别,因为它支持多个用户和事务。JDO允许Java开发人员将他们的数据模型用作数据模型,无需在“数据端”、“对象端”之间的转移方面花费大量的时间-detailed discussion of Sun's Java Data Objects (JDO) standard. JDO allows us to
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:82339
    • 提供者:朱晓峰
  1. VC_ODBC

    0下载:
  2. 本程序是设计一个通讯录,使其具有简单的数据库功能,如插入,删除,修改等实际应用功能。VC++和ODBC是用于创建数据库程序很好的工具,就快速开发和使用简便而言,这两个工具是最好的选择。所以我选用ODBC来进行数据库程序的开发。-this program is to design a directory, it will have a simple database functions, such as the insertion, deletion, modification and other
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:58817
    • 提供者:和平鸽
  1. MySdb

    0下载:
  2. 一个很好的ODBC数据库编程例子包含窗体的风格,以及多个视图中消息的传递方式看了,绝对有收获-a good example of ODBC Database Programming includes forms of style, and many view the information transfer mode read, it is definitely harvest
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:173535
    • 提供者:强风
  1. rewr

    0下载:
  2. f用VC++6.0开发多表联接的数据库应用程序介绍了用Visual C++6.0开发数据库应用程序时,使用MFC ODBC类的编程方法,详细说明了在MFC ODBC的派生类中设置SQL语句参数的方法.. gdflkhjdfljhfdlhjdfhdfdhpfdkh dlfkhdf hkdfp[hierkykfhfdlhjfdlhjdfshjsdpfhdfhdf kh dfhkdfsh-f VC 6.0 multi-table database connectivity application pr
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:11247
    • 提供者:qqw
  1. 数据库连接bean_20050226111611

    0下载:
  2. Java 数据库连接Beanpackage GeneralJDBC import java.sql.* public class GeneralJDBC{ Connection conn Statement stmt ResultSet rs //构造方法:加载JDBD-ODBC驱动程序 public GeneralJDBC() { Connection conn = null Statement stmt = null ResultSet rs = null try{
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:5062
    • 提供者:兔兔软件
  1. Java的数据库操作

    0下载:
  2. Java的数据库操作 该数据库只有一个表addresss,它有11列.先把数据库注册为ODBC数据源.-Operation of database in Java.The database only has a table named address ,having 11 columns. Register the database to a ODBC datasource first.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:26663
    • 提供者:罗文
  1. JDBCODBCBridge

    0下载:
  2. 关于JAVA通过JDBC-ODBC桥连接ACCESS数据库的源码-through on Java JDBC-ODBC Bridge connecting ACCESS database source
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:788
    • 提供者:wjf
  1. SQL的连接和初步使用

    0下载:
  2. 数据库操作的简单例子 本程序是SQL的连接和初步使用。 一是要注册ODBC数据源,二是要在 BDE Administrator中进行配置。-database operation simple example of this procedure is SQL connectivity and initial use. First to be registered ODBC data sources, two of the BDE Administrator for distribution.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:9882
    • 提供者:张波
  1. PPS_INFO-共享版

    1下载:
  2. 这是个关于FTP上传文件的程序,涉及ODBC的调用,定时器的设置,存储过程的调用等等,实际使用效果良好!-FTP upload documents on the procedures involved ODBC calls, timer settings, stored procedures, etc. call and the actual use of good results!
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:191150
    • 提供者:桂林朱
  1. 卫星数据库系统

    1下载:
  2. 通过ODBC/ADO等方式进行数据库连接及数据导入源码 卫星数据库-through ODBC / ADO conducted through database connections and satellite data into the database source
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:278865
    • 提供者:a
  1. JSQ工具

    1下载:
  2. java写的数据库查询程序,支持多种数据库,1. 支持SQLServer,MySQL,Oracle,JDBC-ODBC桥。自带jdbc驱动,不需要额外的驱动-write java database query procedures, support for multiple databases, 1. Support for SQL Server, MySQL, Oracle, JDBC-ODBC Bridge. Onboard jdbc-driven, no additional driver
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:2215205
    • 提供者:魏源
  1. add_odbc_view_supp

    0下载:
  2. Adding ODBC support to a new application使你的程序添加ODBC支持-Adding ODBC support to a new application allows you to add the procedures to support ODBC
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:18249
    • 提供者:丁丁
  1. dynamic_odbc_class

    0下载:
  2. CODBCDynamic - A class to dynamically read data from any ODBC data source动态从odbc数据源读数据的类 -CODBCDynamic-A class to dynamically read data from any ODBC data source dynamic data sources from odbc read data type
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:27227
    • 提供者:丁丁
  1. GuestInfo

    0下载:
  2. vc编写的信访办公自动化系统,数据库使用odbc-a Guest Information System is written by VC. Database use ODBC.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:416143
    • 提供者:张思远
  1. 物管系统

    0下载:
  2. 1、系统环境要求:所有程序均在Windows98/XP操作系统下测试运行。 2、建议用户在系统上安装DELPHI7.0企业版。 3、如果数据库为SQL Server数据库,建议用户安装SQL Serve2000。(Windows98下请安装中文版个人版) 4、将程序文件夹考入计算机硬盘上,去掉所有文件的只读属性。 5、源代码使用注意事项: 《物业管理系统》 数据库:SQLServer2000 数据库脚本:wygl.sql(data文件夹内) ODBC:wygl-a system of envir
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:6690240
    • 提供者:qfjroelay
« 1 2 ... 37 38 39 40 41 4243 44 45 46 47 ... 50 »
搜珍网 www.dssz.com