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

搜索资源列表

  1. sjy5yy21

    0下载:
  2. 二 运行 1:创建数据库 将Material.sql中的SQL语句考入SQL Server的查询分析器中,全部运行; 2:建立ODBC数据源 数据原名称为Material_MIS-Second run 1: Create a database in SQL statements Material.sql admitted to the SQL Server
  3. 所属分类:SQL Server

    • 发布日期:2017-04-28
    • 文件大小:110343
    • 提供者:王小名
  1. 1s

    0下载:
  2. //JDBC驱动器名称(JDBC-ODBC桥) private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" //数据库的URL地址 private String strUrl = "jdbc:odbc:atm1" //指定要访问的数据库名称 private String strDBName = "atm1" //数据库用户名称 private String strUserName
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-14
    • 文件大小:3769
    • 提供者:宋爱
  1. classroommanager

    0下载:
  2. 数据库大作业,数据库使用DB2,采用ODBC数据源,用VC开发,一个简单的教室查询借用的管理软件-Large database operations, database using DB2, using ODBC data sources, with VC development, a simple query to use classroom management software
  3. 所属分类:Other Databases

    • 发布日期:2017-05-09
    • 文件大小:1002332
    • 提供者:da
  1. shu

    0下载:
  2. 数据库的简单应用,怎样实现数据库源ODBC的链接-A simple database application, how to achieve the source of ODBC database links
  3. 所属分类:Database system

    • 发布日期:2017-05-07
    • 文件大小:18405
    • 提供者:闫天顺
  1. ADD2ODBC

    0下载:
  2. 此程式可以選擇 .mdb 的 Access 檔, 將他們加到 ODBC 控管, 或從 ODBC 移除所有被控管資料庫-This program can choose. Mdb file in Access, ODBC added to control them, or remove all controls ODBC database
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5142
    • 提供者:sophia
  1. final

    0下载:
  2. 一个简易的学生选课系统程序,用odbc写的,界面做的不够精美,但是功能已经基本实现。作为学习mfc的参考。-A simple system of student selection procedures, using odbc written interface do not elaborate, but the function has been basically achieved. Mfc as a learning reference.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-11
    • 文件大小:134933
    • 提供者:张博
  1. huoqu_ODBC_qudong

    0下载:
  2. 在 Visual C++.net 下实现 获取系统已经安装的ODBC驱动程序。程序均有注释。此程序很适合学习使用。-In Visual C . Net acquisition system has been under the installed ODBC drivers. Procedures for both the Notes. This procedure is very suitable for learning to use.
  3. 所属分类:.net

    • 发布日期:2017-04-27
    • 文件大小:198893
    • 提供者:羊妹妹
  1. Visualc++shilijiaocheng

    0下载:
  2. 数据库 sql 2000 vc++ mfc几个简单的例子-Database sql 2000 vc++ mfc a few simple examples
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1104410
    • 提供者:jhon
  1. CVI

    1下载:
  2. LabWindows CVI开发的数据库操作代码,学习CVI的不妨看看.-LabWindows CVI development of database operations code, learn from the useful to look at the CVI.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:8686
    • 提供者:曾征辉
  1. sqlapi_352.tar

    0下载:
  2. 通用的数据库中间库,支持流行的数据库,如Oracle, SQL Server, DB2, Sybase, Informix, InterBase, SQLBase, MySQL, PostgreSQL and ODBC-SQLAPI++ is a C++ library for accessing multiple SQL databases (Oracle, SQL Server, DB2, Sybase, Informix, InterBase, SQLBase, MySQL, Postgr
  3. 所属分类:Database system

    • 发布日期:2017-04-10
    • 文件大小:1621402
    • 提供者:pengyong
  1. CreateODBC

    0下载:
  2. 可以自动建立odbc数据源,对用户非常有用,不需要知道怎样建立odbc数据源 -Can automatically create odbc data source, very useful to users, do not need to know how to establish odbc data source
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-24
    • 文件大小:104570
    • 提供者:yuan_ym
  1. DynamiccreationofODBCDataSource

    0下载:
  2. 动态创建ODBC数据源,采用DELPHI编写的源程序-Dynamic creation of ODBC data sources, used to prepare the source DELPHI
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:3042
    • 提供者:qilin
  1. OperatorODBC

    0下载:
  2. 这是一个用vc操作ODBC的例程,通过此程序可以了解如何在vc下与ODBC数据库打交道-This is an ODBC example whic is operated by vc, through this procedure you can learn how to deal with the ODBC database
  3. 所属分类:Database system

    • 发布日期:2017-04-26
    • 文件大小:255942
    • 提供者:
  1. blobrw

    0下载:
  2. 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。   微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。   我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-26
    • 文件大小:9686
    • 提供者:tanpan
  1. studentmanagersystem

    1下载:
  2. vc++和SQL Server2000实现学生管理系统,在此示例中大家可以学习到如何连接ODBC数据源,CRecordset类的使用,操作Excel表格等等,可作为中小学校的管理系统使用,或者在此基础上进行二次开发。-vc++ and SQL Server2000 students realize management system, in this example that everyone can learn how to connect ODBC data source, CRecords
  3. 所属分类:Education soft system

    • 发布日期:2017-05-25
    • 文件大小:596947
    • 提供者:song
  1. 13133113133

    0下载:
  2. 一个使用VC开发的考勤管理系统。内有数据库文件,连到ODBC就可使用。-The use of the development of a VC' s performance appraisal management system. There are database files, can be connected to the use of ODBC.
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-05-09
    • 文件大小:138442
    • 提供者:
  1. Messenger

    0下载:
  2. 网络数据通信案例——MyMessenger 代码使用说明 ============================================================== ATM文件夹为DCOM客户端代码。 Bank文件夹为DCOM服务器端代码。 BankAccount.mdb为DCOM服务器端数据库。 1. 服务器端运行准备 将Bank.EXE、Bankps.dll及BankAccount.mdb数据库文件复制到服务器端。 在DO
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:136424
    • 提供者:高强
  1. htybjxt

    1下载:
  2. 合同与报价系统 PB8开发,sysbase sql anywhere7 默认密码:user:admin password:admin ODBC设置为 Database=HxFirm UserId=tt ServerName=order LogId=tt -PB8 contract and quotation system development, sysbase sql anywhere7 default password: user: admin passwo
  3. 所属分类:SQL Server

    • 发布日期:2017-05-03
    • 文件大小:603472
    • 提供者:宋数据
  1. MapInfoProfessionalandSQLServer

    1下载:
  2. 通过到数据库的ODBC连接来将数据从SQL Server提交给MapInfo Professional。使用集成到SQL Server的SpatialWare,可以从MapInfo Professional与希望访问指定的SQL Server表实现连接。附加控件允许用户所需表的一部分,也可提取适合用户标准的查询来提取数据。当完成修改数据,可能简单地存储表并安全地存储在SQL Server中。-To the database through the ODBC connection to SQL S
  3. 所属分类:SQL Server

    • 发布日期:2017-04-28
    • 文件大小:144395
    • 提供者:王军
  1. ODBCVC

    0下载:
  2. 先利用控制面板中的数据源ODBC,新建一个数据源名Test,连接到本目录中的student上.-Tree control for operation
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-25
    • 文件大小:80263
    • 提供者:王生
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com