SimpleDBMS_StructMan

所属分类:其他数据库
开发工具:Visual C++
文件大小:1428KB
下载次数:52
上传日期:2009-07-26 18:45:47
上 传 者calmire
说明:  自己写的一个数据库管理系统(DBMS),实现了简单数据库结构管理的全部功能,能执行相应的sql语句并检查语法错误。
(A database management system (DBMS) written by meself, the realization of a simple database structure management of all functions, to carry out the corresponding sql statement and check for syntax errors.)

文件列表:
SimpleDBMS结构管理程序\DBOperations.cpp (22167, 2009-06-26)
SimpleDBMS结构管理程序\DBOperations.h (1991, 2009-06-26)
SimpleDBMS结构管理程序\Debug\db1.dbf (64, 2009-06-26)
SimpleDBMS结构管理程序\Debug\DBOperations.obj (465993, 2009-06-26)
SimpleDBMS结构管理程序\Debug\DBOperations.sbr (0, 2009-06-26)
SimpleDBMS结构管理程序\Debug\FieldSet.obj (1376, 2009-06-24)
SimpleDBMS结构管理程序\Debug\FieldSet.sbr (0, 2009-06-24)
SimpleDBMS结构管理程序\Debug\FileIO.obj (16847, 2009-06-26)
SimpleDBMS结构管理程序\Debug\FileIO.sbr (0, 2009-06-26)
SimpleDBMS结构管理程序\Debug\main.obj (124884, 2009-06-26)
SimpleDBMS结构管理程序\Debug\main.sbr (0, 2009-06-26)
SimpleDBMS结构管理程序\Debug\recmain.obj (458841, 2009-06-26)
SimpleDBMS结构管理程序\Debug\recmain.sbr (0, 2009-06-26)
SimpleDBMS结构管理程序\Debug\SimpleDBMS_CPP.bsc (394240, 2009-06-26)
SimpleDBMS结构管理程序\Debug\SimpleDBMS_CPP.exe (696409, 2009-06-26)
SimpleDBMS结构管理程序\Debug\SimpleDBMS_CPP.ilk (962584, 2009-06-26)
SimpleDBMS结构管理程序\Debug\SimpleDBMS_CPP.pch (2476796, 2009-06-26)
SimpleDBMS结构管理程序\Debug\SimpleDBMS_CPP.pdb (1270784, 2009-06-26)
SimpleDBMS结构管理程序\Debug\sql.tmp (31, 2009-06-26)
SimpleDBMS结构管理程序\Debug\Sqlmode.obj (279561, 2009-06-26)
SimpleDBMS结构管理程序\Debug\Sqlmode.sbr (0, 2009-06-26)
SimpleDBMS结构管理程序\Debug\TableNode.sbr (0, 2009-06-25)
SimpleDBMS结构管理程序\Debug\TableNode1.obj (1380, 2009-06-24)
SimpleDBMS结构管理程序\Debug\TableNode1.sbr (0, 2009-06-24)
SimpleDBMS结构管理程序\Debug\test.dbf (95, 2009-06-26)
SimpleDBMS结构管理程序\Debug\vc60.idb (99328, 2009-06-26)
SimpleDBMS结构管理程序\Debug\vc60.pdb (143360, 2009-06-26)
SimpleDBMS结构管理程序\demo02.dbf (83, 2009-06-22)
SimpleDBMS结构管理程序\demo1.dbf (191, 2009-06-26)
SimpleDBMS结构管理程序\demo4.dbf (195, 2009-06-25)
SimpleDBMS结构管理程序\demo9.dbf (27, 2009-06-24)
SimpleDBMS结构管理程序\fa333.dbf (61, 2009-06-24)
SimpleDBMS结构管理程序\FieldSet.cpp (334, 2009-06-24)
SimpleDBMS结构管理程序\FieldSet.h (3037, 2009-06-25)
SimpleDBMS结构管理程序\FileIO.cpp (1117, 2009-06-24)
SimpleDBMS结构管理程序\FileIO.h (660, 2009-06-24)
SimpleDBMS结构管理程序\main.cpp (4091, 2009-06-26)
SimpleDBMS结构管理程序\SimpleDBMS_CPP.dsp (4881, 2009-06-25)
SimpleDBMS结构管理程序\SimpleDBMS_CPP.dsw (551, 2009-06-17)
SimpleDBMS结构管理程序\SimpleDBMS_CPP.ncb (173056, 2009-06-26)
... ...

本数据库能识别的sql语法格式: 1 新建数据库 create database DBNAME { table TNAME1{ FieldName1 type1 size1 bkey bnull FieldName2 type2 size2 bkey bnull FieldName3 type3 size3 bkey bnull ... } table TNAME2{ FieldName1 type1 size1 bkey bnull FieldName2 type2 size2 bkey bnull FieldName3 type3 size3 bkey bnull ... } ... } 2 新建表 create table TNAME in DBNAME { FieldName1 type1 size1 bkey bnull FieldName2 type2 size2 bkey bnull FieldName3 type3 size3 bkey bnull ... } 3 删除表 drop table TNAME in DBNAME 4 插入字段 alter table TNAME in DBNAME insert{ FieldName1 type1 size1 bkey bnull } 5 删除字段 alter table TNAME in DBNAME drop Fname 6 结束输入并运行sql语句

近期下载者

相关文件


收藏者