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

搜索资源列表

  1. vcConnectMySql

    2下载:
  2. VC连接MySQL数据库,可方便地对数据库进行操作,编译前请在vc++6.0的设置中添加libmysql.lib!
  3. 所属分类:MySQL数据库

    • 发布日期:2008-10-13
    • 文件大小:31126
    • 提供者:wind
  1. sqlite-2.8.6.tar

    0下载:
  2. SQLite 2.8.6 源代码,用来在Linux/Unix/Windows上编译安装.它是一个小型的数据库,但是非常好用,速度也快,一般的数据库查询之类的操作据统计比MySQL,PostgreSQL都快,PHP5中直接绑定了它.最大可访问的数据量是2T.不需要安装,解压缩之后就可以用了.在命令行中输入 sqlite **,其中的**是文件名,如果不存在,会自动创建,这个文件就是数据库文件,它代表了一个数据库.
  3. 所属分类:MySQL数据库

    • 发布日期:2008-10-13
    • 文件大小:831189
    • 提供者:kingmax
  1. cp

    0下载:
  2. 闲来无事写的一个七星彩的分析程序,数据库为mysql,在winxp与vc2005下编译通过-闲来无事write a Qixing color analysis procedures, database mysql, in winxp and compiled under vc2005 through
  3. 所属分类:MySQL

    • 发布日期:2017-05-11
    • 文件大小:2614358
    • 提供者:
  1. kdddbc.tar

    0下载:
  2. 自己写的,一套关于Mysql连接池的Cpp库,编译环境为gcc/minwin ,linux环境下可以之用,面对对象的Cpp库,使用方法为kdd::dbio.run().然后就可以调用db_queryer来进行数据库操作-Wrote it myself, a set of Mysql database connection pool Cpp, compiler environment gcc/minwin, linux environment can be used, in the face of
  3. 所属分类:MySQL

    • 发布日期:2017-05-10
    • 文件大小:2279270
    • 提供者:OTHER
  1. mysqlJdbc

    0下载:
  2. 自己写的关于Java与数据库连接(以mysql为例)的时候的最底层的设置方案,这是用大型集成编译环境所了解不到的东西。-Their own writing on the Java and database connectivity (to mysql as an example) when the bottom of the settings program, which is integrated with large-scale understanding of the environmen
  3. 所属分类:MySQL

    • 发布日期:2017-04-13
    • 文件大小:3061
    • 提供者:彩龙
  1. MyDacDemo

    0下载:
  2. 这套源码是MyDac V5.1的功能演示,适合刚刚使用MYDAC进行MYSQL数据库连接的朋友学习和研究。本人测试,D7/win7编译通过!-The source code is MyDac V5.1 feature presentation, suitable for just using MYSQL database connectivity MYDAC to friends to learn and study. I tested, D7/win7 compile!
  3. 所属分类:MySQL

    • 发布日期:2017-04-01
    • 文件大小:385314
    • 提供者:jxgame
  1. BookManagementSystem(CSharp)

    0下载:
  2. 基于C#的图书租赁管理系统,MSSQL数据库,包括所用到的DLL库文件的源文件,在VS2005下能顺利编译,运行时请注意要将编译生成的相关DLL文件拷贝至主项目的DEBUG对应目录中,从事C#编程的朋友应该知道怎么做,这里不多说了-CSharp book management system, the books, MSSQL databases, including the use of the DLL library file of the source file, in the smooth
  3. 所属分类:MySQL

    • 发布日期:2017-05-13
    • 文件大小:3573021
    • 提供者:naojian
  1. mysql-c

    0下载:
  2. MYSQL下用C访问数据库,已编译测试通过-MYSQL complile and test succes!
  3. 所属分类:MySQL

    • 发布日期:2017-04-03
    • 文件大小:593
    • 提供者:song
  1. MySQLManV2

    0下载:
  2. mysql数据的连接程序,Vc6下编译,做数据库的样例.-mysql data connection procedures, Vc6 compiled, do the database sample.
  3. 所属分类:MySQL

    • 发布日期:2017-04-16
    • 文件大小:131394
    • 提供者:dada
  1. ssqls2

    0下载:
  2. mysql数据库编程 mysql++使用例子之ssqls2 如果想编译请修改项目属性中的附加包含目录导入mysql++的include与mysql的include-mysql++ use the example of ssqls2 If you want to compile modify the Additional Include Directories in the project properties the import mysql++ include with mysql i
  3. 所属分类:MySQL

    • 发布日期:2017-12-06
    • 文件大小:1284096
    • 提供者:icefox
  1. MySQLProgramwithLib

    0下载:
  2. 给予MySQL数据库api的编程,编译后得到库文件,对外提供接口,别人直接调用你的接口。这个是对于我自己的情况写的接口,你要用需要根据实际,修改接口的实现,我的仅供参考-Given the MySQL API database programming, compiled by the library file, provide interfaces, others directly call your interface. This is for my own case write interf
  3. 所属分类:MySQL

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

    0下载:
  2. VC++ SQL语句嵌套查询实例,嵌套的SQL 语句可以执行比较复杂的数据库操作,本源码介绍在INSERT 语句中嵌套使用SELECT语句。测试前请通过控制面板注册Access 数据源students,编译并运行Debug下的exe程序,如上图所示。左右列表框分别显示的table1 和table2 两个表的内容。左图表示开始table2 是空的,结构和table1 相同。单击【备份】按钮,将table1 的数据完全拷贝到table2,-VC++ SQL statement is nested q
  3. 所属分类:MySQL

    • 发布日期:2017-04-17
    • 文件大小:29033
    • 提供者:孙尧
  1. shujuku

    0下载:
  2. 只是一个简单地学生事务管理系统,能实现对学生,系,学会,住宿的编译修改核查等功能,对于数据库初学者有参考价值。-Just a simple student affairs management system, to achieve the student, Department of Society, compiled stay modifications verification and other functions, for beginners reference value .
  3. 所属分类:MySQL

    • 发布日期:2017-04-14
    • 文件大小:2898
    • 提供者:罗克地亚
  1. mysql-company

    0下载:
  2. 哈工大计算机数据库,实现高级语言c对数据库Mysql进行操作,编译成exe,进行命令行操作-HIT computer , to achieve high-level language c Mysql operation, compiled into exe, command line operations
  3. 所属分类:MySQL

    • 发布日期:2017-04-30
    • 文件大小:231701
    • 提供者:mjy
  1. company_test3

    0下载:
  2. 哈工大计算机数据库实验,使用c语言实现一个类似于QQ的社交网络管理系统,使用code blocks编译,可以进行登录、注册、查找好友、添加好友、发表日志、回复日志、分享日志、发送消息等功能。实现对数据库的插入、删除、各种查询以及对数据库中表的一些常用属性建立view-HIT computer experiments, c language similar to QQ social NMS, use code blocks to compile, you can log in, register
  3. 所属分类:MySQL

    • 发布日期:2017-05-07
    • 文件大小:1259096
    • 提供者:mjy
  1. mysql-5.7.2-m12.tar

    0下载:
  2. MySQL5.7.2软件包;可编译安装;支持读写分离(MySQL software Separation can compile the installation, support, speaking, reading and writing)
  3. 所属分类:MySQL数据库

    • 发布日期:2017-12-28
    • 文件大小:37730304
    • 提供者:昂不过看
搜珍网 www.dssz.com