搜索资源列表
fastdb-3.31.tar
- FastDb是高效的内存数据库系统,具备实时能力及便利的C++接口。FastDB不支持client-server架构因而所有使用FastDB的应用程序必须运行在同一主机上。FastDB针对应用程序通过控制读访问模式作了优化。-FastDb is efficient memory database systems, with real-time capability and convenience of the C interface. FastDB not support client-serv
orapp-2.0.3
- orapp-2.0.3 ORAPP - Oracle OCI C++ Interface Library ,OCI 的一个C++封装,简单易用-orapp - 2.0.3 ORAPP-Oracle OCI C Interface Library, one of the OCI C + + Packaging, easy to use
outcsqlsever1.3.0
- 这是114专业的数据库原理上机作业,控制台c++,ado+sqlsever 请依次输入 数据(针对student表格)库名, 用户名, 密码: 本例只针对students数据库,共三个表个:student,Course,SC. 本例为您封装了_ConnectionPtr m_pConnection,您只管在需要的 地方使用,不必管理维护。其他基础功能也有所安排
litesql-0.3.1
- LiteSQL is a C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL and MySQL as backends. LiteSQL creates tables, indexes and sequences to database a
freeSql_2.9.3
- FreeSQL 是一个数据库管理和查询工具,采用 C# 开发,支持 Microsoft Access, Microsoft Sql Server, Oracle, MySql 和 PostgreSql 等数据库。-FreeSQL is a database administration and query tools, using C# development, support for Microsoft Access, Microsoft Sql Server, Oracle, MySql a
ocilib-3.0.0-windows
- ORACLE编程的好东西,纯C写的OCI封装.很好用,支持数据池.-ORACLE Programming good things, written in pure C package OCI. Well used to support the data pool.
sqlite-3.6.2.tar
- 最新的sqlite3.6.2源代码,完整版本。sqlite3是一个强大的嵌入式数据库。在嵌入式系统的中广泛使用,比起其他C/S、B/S结构的数据库。sqlite3更简洁,占用资源更少。-Sqlite3.6.2 the latest source code, full version. sqlite3 is a powerful embedded database. Embedded systems in widespread use when compared with other C/S, B
sqlite-2.8.13-1.i386.rpm
- 项目描述: SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Features include- Project descr iption: SQLite is a small C library that implements a self-contained, embeddable, zero-configurat
c
- 通过本实验加深对SQL Server 2000环境下数据定义语言的理解,能够熟练地建立数据库,并通过SQL语句来建立一个新的SQL Server设备管理数据库,使用SQL的数据定义功能建立数据库中的各个基本表(共3个),并按要求对有关表进行修改。 每次操作后通过企业管理器查看有关对象的变化。创建和修改基本表、创建和取消索引。-Through better understanding of this experiment under SQL Server 2000 data definition
dbconnect-0.3.5
- C++连接一写常用数据库的接口,方便c++开发信息管理系统!-C++ Connected to a common database to write the interface to facilitate c++ The development of information management systems!
mypysql-0.3.tar
- This a Python 3 module that adds support for a MySQL database, written entirely in C. It s purpose is to be useful and as simple to use as possible. -This a Python 3 module that adds support for a MySQL database, written entirely in C. It s purpose i
mysqlcplusplus-3.0.8.tar
- MySql数据库系统的用于c++的连接api,对vs系列有很好的支持-MySql database system for c++ connection api, for vs series have very good support
dtl.3.6.11.tar
- 数据库模板类 支持ODBC -The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers chang
c
- 作SQL增、删、改操作: (1) 删除学生SHANWANG的记录。 (2) 删除计算机系全体同学选课的记录。 (3) 插入一个选课记录:(010903,C134,4) (4) 将数学系的学生年龄均加1岁。 (5) 将数学系的学生年龄全置20。 作SQL视图定义并作视图操作将结果显示打印: (6) 定义一个计算机系学生姓名、修读课程名及其成绩的视图S_SC_C。 (7) 在视图S_SC_C上作查询: 1) 修读课程名为:“DATABASE”的学生姓名及其成绩。
c
- 建立学生管理链表,能够实现学生日常管理功能,包括: (1) 学生基本信息链表的建立 (2) 链表中学生结点的插入 (3) 链表中学生结点的删除 (4) 链表的浏览(遍历) (5) 链表中学生结点的查找 -The establishment of student management list, students can achieve daily management functions, including: (1) the establishment of student
FIBPlus_7.3
- Describe: FIBPlus is a flexible and easy-to-use library of Delphi, C++ Builder, Kylix components and Ada objects for direct work with InterBase and Firebird (Yaffil). This upload contains FIBPlus v7.3 incl. Full Source!
wxsqlite3-3.0.0.1
- 这个是加密版的sqlite3,也是一个开源的项目。支持数据库的加密(aes),压缩包中有相对应的源码,可以自己修改。-wxSQLite3 is a C++ wrapper around the public domain SQLite 3.x database and is specifically designed for use in programs based on the wxWidgets library.
csql3.3-src.tar
- 一个快速、多线程的内存数据库引擎。可以工作在嵌入模式或者 C/S 模式。-CSQL is a fast, multi-threaded SQL main memory database engine. It works in both embedded mode (database client and server run in the same host) and client/server mode. It provides very high throughput of 100,000
opendbx-1.3.8.tar
- 跨平台C语言数据库抽象接口,支持目前主流的商业和开源数据库-Cross-platform C language database abstraction interface
ocilib-3.9.3-gnu.tar
- 封装来OCI函数的C语言客户端库,非常好用。 摆脱OCI的繁琐和复杂。 支持OBJECT类型,LOB类型和COLLECTION类型的处理 支持批量的载入和简单的LOAD-Encapsulation OCI function of the C language client library, very handy. Get rid of the OCI cumbersome and complicated. Support OBJECT types, LOB types and ty