资源列表
Visual-CPP
- Visual C++数据库开发基础及实例解析 书本附带光盘-Visual C++ database development and case analysis based on the book with CD-ROM
passenger
- VC++初学者写的简单的旅店管理软件MSSQL数据库,运行请需要先附加SQL数据库文件-Written in VC++ beginners simple hotel management software MSSQL database, you need to run additional SQL database file
sjkllcxq
- 通过Microsoft Jet 数据库引擎来实现对数据库的访问。技术包括:浏览数据库模式和记录数据。创建或修改SQL查询等。-Through the Microsoft Jet database engine to achieve access to the database. Technologies include: browsing database schema and record data. Create or modify the SQL query.
TimeRecord
- 基于数据库的VC++提醒精灵软件,设置好日期、时间、内容,就会在指定的日期、时间提示,须确定看到提示,否则两分钟后又提示。修改,删除,查询,日期,待自动启动到时间一会提示。 其中包括一个数据库操作类觉得不错,这个类是CPingDatabase,能插入、修改、查看、删除ACCESS数据库、SQLSERVER及所有的ODBC得用数据源来连接的数据库。使用类时出现一个警告,不用管它,那是微软的一个动态的原因。 -VC++ based on database software to rem
jibenMySQLyuju
- 一、SQL速成 结构查询语言(SQL)是用于查询关系数据库的标准语言,它包括若干关键字和一致的语法,便于数据库元件(如表、索引、字段等)的建立和操纵。 以下是一些重要的SQL快速参考,有关SQL的语法和在标准SQL上增加的特性,请查询MySQL手册。 -One, SQL Express structured query language (SQL) is the standard for querying relational database language, which
JDBC
- Student { String name Date birthday String homeAddress String classNumber } 请在数据库中创建表格记录上面的类,并用界面显示数据库中的数据,用户可以通过界面插入,删除和修改数据,可以修改多个数据再进行提交,这时候要求一个更改没有成功更新,所有更新都要回滚。 要求: 1. 安装MySql,并建立Table Student,里面添加一些测试数据。
powerdesigner_guide
- PowerDesigner是Sybase公司的CASE工具集,使用它可以方便地对管理信息系统进行分析设计,它几乎包括了数据库模型设计的全过程。-Sybase PowerDesigner is the company' s CASE tool set, you can easily use it to management information systems analysis and design, which includes almost the entire process of
DataConnect
- 这是这学期老师针对连接数据库所进行的讲解源码,包括对数据的两种连接方式,含数据库,针对性强,很强的参考性-This is a teacher this semester conducted by connecting to the database for the source explained, including the two connections to the data, including databases, targeted, highly informative
mysql
- mysql源程序,这个源程序可以直接导入到mysql数据库中使用-this is my first mysql!
sales-management
- 基于vc和sql的商品销售管理系统 内容丰富-Vc and commodity-based sales management system sql rich
XP_odbc
- XP下odbc连接数据库详细步骤 有图有说明-Odbc connect to the database under XP there are pictures and detailed descr iption of the steps
CPP
- 在关系数据库中,数据被分散到不同的表(Table)中。表是一个二维对象,是由行和列组成的数据集合。表中的每一列称为一个字段(Field),表中的每一行称为一条记录(Record)。-In a relational database, data is distributed to different tables (Table) in the. Table is a two-dimensional object is formed by the rows and columns of data c
