搜索资源列表
town-1[1].0.4.rar
- Town是一个100% 纯Java API,它位于JDBC API的顶部。这个API的目的是简化和一个JDBC兼容的关系数据库的交互。通过使用Town,可以执行和管理select/insert/update/delete SQL语句,而不用真正写一行SQL。Town也可以使用任何JDBC连接字符串和内部连接池。
VFP教程示例
- VFP教程示例,该程序从初学者的立场出发,涉及数据库建立、修改添加等基本操作,也有如何设计菜单(含快捷菜单)、工具条及类的应用; 还有诸如SQL语句应用、报表标签的设计与及简单动画的实现等内容;直到一个完整程序的最终编译成功,包括了VFP程序设计中大多内容-VFP Guide example, the program from the standpoint of beginners, involving the establishment of the database, modify the
MyDataBase
- 这是一个通用的数据库访问子系统 通过这个小子系统,可以简单的通过SQL语句 和一个LISTCTRL控件,随意处理数据库-This is a generic database access subsystem through the H System, a simple SQL statement is a LISTCTRL control, manipulation of the database
SQL语句集锦
- 里面有msyql数据库的典型sql语句,希望能对大家有所帮助!-inside msyql typical database sql statement, we want to help!
数据库解答
- SQL语句和源代码!存储过程和事务与游标的几个例子!-SQL and source code! Stored procedures and services with several examples of the cursor!
实验2 创建数据库和表
- 一. (1)创建market数据库。 (2)创建客户表customer、供应商表supplier、商品信息表goods、订单信息表order、信誉等级表creditgrade和商品类型表goodstype。 (3)分别向以上各表输入数据。 (4)用INSERT语句向表中插入数据。 (5)用UPDATE语句更改表中数据。 (6)用DELETE语句删除表中数据。 -one. (1) the creation of the database market. (2) create
SQL语句导入导出大全
- 数据库SQL语句应用大全-SQL database application Daquan
用VC实现数据库多表联接的应用程序
- 用VC++6.0开发多表联接的数据库应用程序 介绍了用Visual C++6.0开发数据库应用程序时,使用MFC ODBC类的编程方法,详细说明了在MFC ODBC的派生类中设置SQL语句参数的方法,实现了二个表的关联。 关键字 数据库 ,多表联接,MFC ODBC-VC 6.0 multi-table database connectivity application procedures introduced with Visual C 6.0 database application de
ESQL_C
- 嵌入式编程,在C语言中加入数据库语句,学习ESQL的好资料-embedded programming in the C language statement adding to the database, a good learning ESQL information
创建sybase数据库
- 这个程序时还没有powerdesigner,erwin的时候出现的,到现在也实用,需要fmt的一个格式文件来描述表结构,执行完毕形成xxx.sql语句,然后isql -Usa -P -Sservname -ixxx.sql即可-this procedure was no powerdesigner, erwin the time and it has practical need fmt format of a table to describe the structure, finished
ADO
- ADO DLL自己写的一个DLL文件,可以进行数据库的一些操作。如打开连接,关闭连接。修改,执行SQL语句-ADO DLL write a DLL file, the database can be of some operations. Such as the open connection, close the connection. Changes, implementation of the SQL statement
Gradestudentmanagementsystem
- (1)学生成绩的输入、修改、删除等基本操作; (2)成绩的查询功能,可以按学号、姓名等进行成绩查询; (3)成绩的综合统计功能,包括学生成绩按照不同条件进行排名,管理人员可以选择不的排序条件,并可以将排序结果进行打印输出; (4)计算每个学生的总成绩、平均成绩,所有学生单科的平均成绩,找出总成绩和单科成绩最高的学生并输出; (5)计算各班的总分和平均分,并按照平均分将各班成绩进行排序。 (6)统计不及格考生的信息; (7)学生奖励统计,自动生成每班获得奖学金的同学的信息,
vb_accesstool
- 一个简易的VB版ACCESS数据库管理工具,功能上类似于SQLSERVER的企业管理器一样,你看一下上边的截图就知道了,它可以修改ACCESS的表结构、字段、添加、删除数据,还可以执行查询语句等。想研究VB操作access的朋友,这个可是个好资料-VB version of a simple ACCESS database management tools, functions similar to SQLSERVER the Enterprise Manager, you look at th
vcdatebase
- VC++数据库前端开发工具实例,可以执行SQL脚本、导出SQL数据、导出数据库、分析SQL语句等,老外以前的程序,现在在功能上已经落后了,不过对了解VC操作数据库的功能还是挺有用的。-VC++ database front-end development tools, example, you can run SQL scr ipts, export SQL data, export data, analyze SQL statements and so on, foreigners befor
orcl
- 包含了数据库语句的查询 多表的查、增,删、改,orcle数据库的安装,-Statement contains a database search query multiple tables, add, delete, change, orcle database installation,
SQL
- 经典数据库语句大全,内容很丰富,概括地很详尽。-Daquan classic database statement, the content is very rich, very detailed in general.
databasesourcecode
- 实现简单的数据库语句的解析执行,实现界面化-Simple analysis of the database statements executed to achieve the interface of
CppSQLite3_xml
- CppSQLite3_xml模拟数据库操作类,自己根据CppSQLite3改写的数据库操作类,改成了对xml操作,增删改查功能已经实现,可对简单的sql语句进行执行,经过测试发下xml数据库只能存储1500条左右,该类还有待改进,对于数据库语句操作的初级入门有一定的学习和借鉴作用,高手可不用。-CppSQLite3_xml simulation operations, according to their own CppSQLite3 rewritten operations, change
数据库
- 数据库的一些写法,可以借鉴其中的一些创建语句和加以约束(Some of the database writing, you can learn from some of the creation of statements and constraints)
ADODemo
- 通过ADO访问数据库表格Test.可以通过修改Dialog2里的SQL语句修改显示内容.具有CListCtrl编辑功能,但还不能修改数据库,(Accessing the database table ADO through Test. can modify the display content by modifying the SQL statement in Dialog2. It has the function of CListCtrl editing, but it can not m