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

搜索资源列表

  1. students

    0下载:
  2. 在Windows 环境下利用ODBC,使用SqlServer2000作为数据库管理系统对数据进行管理与维护,使用VC++6.0为前台设计平台-In the Windows environment using ODBC, use SqlServer2000 as a database management system data management and maintenance, the use of VC++6.0 for the front design platform
  3. 所属分类:Education soft system

    • 发布日期:2017-05-28
    • 文件大小:10542068
    • 提供者:sun
  1. mysql_ADO_test

    0下载:
  2. MYSQL是开源的大型数据服务器,这是个VC 通过成熟的ADO与MySQL 连接例子,先安装包里面的MySQL在windows下的ODBC驱动,然后就能通过ADO连接。VC++6环境下编译通过-MYSQL is the open-source large-scale data server, which is a VC mature ADO with MySQL connection examples, first install the package inside the MySQL ODB
  3. 所属分类:MySQL

    • 发布日期:2017-05-16
    • 文件大小:4203198
    • 提供者:pc8mcu
  1. EXCEL-data-import-and-export

    0下载:
  2. 使用vc++MFC的ODBC类,将Excel文件当作一般的数据库表格,利用ODBC技术像访问数据库一样去读/写Excel文 件。该文结合应用实例讨论了在Vc++程序中导出/导入Excel数据的方法。 注意:此文档非本人所写-Use vc++ MFC ODBC classes, the Excel file as a database form, the same as access to the database to read/write Excel files using ODBC
  3. 所属分类:Project Manage

    • 发布日期:2017-03-29
    • 文件大小:519827
    • 提供者:蓝锐
  1. Library

    0下载:
  2. 该图书管理系统功能比较全面,而且有登录界面,以连接数据库里面的东西,是用ODBC连的,非常适合学习VC与数据库的编程-this is a library software!
  3. 所属分类:Education soft system

    • 发布日期:2017-05-06
    • 文件大小:1386308
    • 提供者:hongliang
  1. MapX_Ship

    0下载:
  2. VC+SQL(odbc连接方式)+MapX控件制作的能在地图上显示一个带有旋转方向的图标。参考了尹旭日等编著的《Visual C++环境下MapX的开发技术》。-Produced by the VC+ SQL (odbc connection)+ MapX control can be displayed on the map with a rotation direction of the icon. Reference to Yin Rising Sun, the Visual C++ en
  3. 所属分类:GIS program

    • 发布日期:2017-05-10
    • 文件大小:2435034
    • 提供者:fei123
  1. dynamic_odbc

    0下载:
  2. 使用VC++动态从ODBC数据源中读数据的类,方便使用ODBC开发。-A class to dynamically read data from any ODBC data source
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:29471
    • 提供者:new
  1. bookmanager

    0下载:
  2. 编译源程序: 1. 去掉“只读”属性。 2. 复制数据库Library.mdb到任意位置。 3. 为Library.mdb建一个系统ODBC数据源:Library。 4. 编译不受源文件位置和数据库位置的影响。即,Library的整个工程复制到任何地方都可编译。 运行Realease: 1. 确认已安装VC 6.0。 2. 复制数据库Library.mdb到任意位置。 3. 为Library.mdb建一个系统ODBC数据源:Library。 4. 运行程
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1798274
    • 提供者:yang
  1. ym_vcpp-imsoft_hicode

    0下载:
  2. VC++基于SQL的IM聊天软件源代码,主程序分为客户端和服务端,仿MSN程序界面,用户注册后即可聊天,数据库配置说明 :   1、新建数据库MYIM,用查询分析器执行文件“数据库语句”的SQL语句.   2、配置数据源,控制面板--管理工具--数据源(ODBC) -VC++ SQL-based IM chat software source code, the main program is divided into client and server, imitation
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1042046
    • 提供者:王璐
  1. chengjiguanlixitong

    0下载:
  2. VC开发的成绩管理系统....ODBC数据源开发....对于初学者很有帮助...别忘了,在使用前请先建立数据源-VC developed performance management system development .... .... ODBC data source is helpful for the beginner ... do not forget, before you use a data source ...
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-20
    • 文件大小:5943167
    • 提供者:zhangerxi
  1. Database-compiled

    0下载:
  2. 主要介绍一些简单的数据库知识:Access数据库的创建方法。在VC++中如何编写基本的ODBC数据库。数据库的常用的基本操作方法。 -Introduces some simple knowledge database: Access database creation method. The in VC++ how to write a basic ODBC database. The basic method of operation of the database used.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-18
    • 文件大小:136191
    • 提供者:杨明星
  1. database-conn

    0下载:
  2. VC数据库连接代码,一个有10个文件夹演示代码,每一个文件夹内的都是采用不同的方法连接VC与数据库的演示,像通过ado连接数据库,dao连接数据库还有odbc连接数据库等,相信通过这些丰富的演示实例,你将学会如何使用VC++连接各种类型的数据库,你可下载源码后保存到你的资料库中,即使现在你用不上某种数据库的连接方式,但也可以放在那以后用得上了参考一下。演示截图为SerializeObjectIntoDBField_demo文件夹内的代码演示。-VC database connection cod
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:771798
    • 提供者:朱美莉
  1. studentDB_ODBC

    0下载:
  2. VC++连接ODBC的典型例子,实现是一个简单的学生信息增删改,查看记录,非常适合连接ODBC连接数据库的入门案例-VC++ Connect ODBC typical example of implementation is a simple CRUD student information, view records, ideal for connecting ODBC database connectivity introductory Case
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:50678
    • 提供者:bennetzzf
  1. MySQL_ODBC

    0下载:
  2. ODBC的MysQL驱动,包含32位和64位版和部分VC程序使用片段。-the driver of ODBC for MySQL, including 32 bit version and 64 bit version. and a simple example in C++.
  3. 所属分类:MySQL

    • 发布日期:2017-05-24
    • 文件大小:7902693
    • 提供者:RedSky
  1. 4876345

    0下载:
  2. ODBC数据库的动态链接,VC++经典编程源码,很好的参考资料。-Dynamic linking ODBC database, VC++ programming classic source code, a good reference.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-08
    • 文件大小:45801
    • 提供者:清蒸翅子
  1. 7856

    0下载:
  2. 使用ODBC打开位图,VC++经典编程源码,很好的参考资料。-Use ODBC to open a bitmap, VC++ classic programming source code, a good reference.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-16
    • 文件大小:20126
    • 提供者:清蒸翅子
  1. SQL-database-extractor-module

    1下载:
  2. VC++开发SQL数据库提取器模块,本程序主要实现了备份和还原数据库、附加和分离数据库、提取数据表、导出数据、配置ODBC数据源等功能。-VC++ develop SQL database extraction module, the program achieved a major backup and restore the database to attach and detach the database, extract data table, export data, configu
  3. 所属分类:MySQL

    • 发布日期:2017-04-05
    • 文件大小:696607
    • 提供者:吕阳
  1. 7678787

    0下载:
  2. ODBC数据库操作演示VC++精选编程学习源码,很好的参考资料。-ODBC database operation and demonstration of VC++ selected learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:472783
    • 提供者:红烧排骨
  1. 865467

    0下载:
  2. 使用ODBC创建EXCEL文件VC++精选编程学习源码,很好的参考资料。-Use ODBC to create VC++ select learning programming source EXCEL files, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:225861
    • 提供者:红烧排骨
  1. 787654

    0下载:
  2. 获取系统已经安装的ODBC驱动程序VC++精选编程学习源码,很好的参考资料。-Acquisition system has been installed ODBC drivers VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:213443
    • 提供者:红烧排骨
  1. CMYODBCEXCEL

    0下载:
  2. 使用ODBC直接读写Excel文件数据,VC++经典编程学习源码,很好的参考资料。-Use the ODBC directly read and write Excel file data, VC++ classic learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:15392
    • 提供者:清拌蟹肉
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com