Welcome![Sign In][Sign Up]
Location:
Search - DBMS

Search list

[Other Databaseskdb

Description: 用JAVA实现了,将DB装入内存,内存由DBMS控制,实现简单数据库的创建、数据表的创建、记录插入、查询以及表的删除。-Achieved using JAVA, the DB into memory, memory control by the DBMS, to achieve the creation of a simple database, data table creation, record insert, query and delete tables.
Platform: | Size: 611328 | Author: zhuanglijun | Hits:

[SQL Serverssd7-ex2

Description: Run the SQL script given to you to create a Library database. Note that each row in the Book table denotes a book copy. Thus, if the library carries three copies of the title "DBMS", there will be three rows in the Book table, one for each copy. Write the SQL statements to do the following against the database -Run the SQL script given to you to create a Library database. Note that each row in the Book table denotes a book copy. Thus, if the library carries three copies of the title DBMS, there will be three rows in the Book table, one for each copy. Write the SQL statements to do the following against the database
Platform: | Size: 1024 | Author: yl | Hits:

[Other DatabasesDBmseasy

Description: 一个小的数据库管理系统,可以实现打开数据库以及修改数据的功能,比较简单,主要供学习使用-A small database management system can be achieved to open the database and modify data, relatively simple, mainly for learning to use
Platform: | Size: 19456 | Author: cc | Hits:

[Other Databases10140_dbms

Description: 这是一个基于dos的dbms,需要用到pdos95.bat,可执行创建数据库和表,修改和删除等功能,共学习用-This is a dos based on the dbms, needed pdos95.bat, executable to create databases and tables, modify, and delete functions, with a total learning
Platform: | Size: 55296 | Author: cc | Hits:

[Other DatabasesDBMS1

Description: 一个简单的C语言实现的数据库,可以实现插入,新增,删除等功能。-A simple C-language database, you can realize insert, add, delete functions.
Platform: | Size: 176128 | Author: 李博 | Hits:

[Other DatabasesDBMS2

Description: 一个小型的用C语言编写的数据库实现,有一些最基本的功能,可用来简单的一些操作 。-Using a small database of C language realize, there are some basic functions, can be used to some simple operation.
Platform: | Size: 7168 | Author: 李博 | Hits:

[SQL Serverdbms

Description: SSD7 练习1 自己写的哈 不保证全对,大家应急一下-1 practice SSD7 wrote it myself Kazakhstan does not guarantee that all correct, we contingency click
Platform: | Size: 2048 | Author: 李惠允 | Hits:

[Other DatabasesC++_dbms

Description: 关于数据库编程范例,提供源代码哦,里面有很详细的程序参考,C++程序-On Database Programming paradigm, providing the source code Oh, there are very detailed procedures for reference, C++ Procedures
Platform: | Size: 470016 | Author: yuan | Hits:

[SQL Serversql2

Description: 1. 熟悉数据库的安全性管理工具和命令。 2. 熟悉通过DBMS对数据库进行日常简单维护操作。 -1. Familiar with the security of the database management tools and commands. 2. Familiar with the database through the DBMS simple day-to-day maintenance operations.
Platform: | Size: 1024 | Author: 黎志展 | Hits:

[uCOSeDBMS

Description: 在VC6环境下开发,基于ucOS与S3C44B0X的嵌入式数据库系统-VC6 environment in development, based on S3C44B0X uCOS with embedded database system
Platform: | Size: 1507328 | Author: wmx | Hits:

[Other DatabasesA_Database1825931252004

Description: This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table. -This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros:- You have the source code so you know exactly what it is doing- Database files are very small- Small and fast code Cons:- Can t handle large amounts of records (more than 65000ish)- Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints)- Each database file can only have one table.
Platform: | Size: 33792 | Author: gaolu | Hits:

[xml-soap-webserviceFLA_xmldata

Description: 通过XML方式,在FLASH中实现检索,修改数据的功能,相当于一个微型的DBMS-Way through the XML in FLASH achieve retrieval, modify data, which is equivalent to a miniature of the DBMS
Platform: | Size: 15360 | Author: 贾虎成 | Hits:

[SymbianMyAppS60

Description: • Symbian OS basics, Memory Management, Descriptors, Application Structure, Client-Server, Active Object, Application UI Viewer, Screen Saver, File Handling, Simple 2D,3D games, Simple Banner, Scalable UI, Location Finder GPS, HTTP client API, End-End Socket HTTP API,DBMS, Messaging Application. -err
Platform: | Size: 11264 | Author: phani | Hits:

[OS programpbdesign2

Description: 学生选课管理系统,注意数据库连接串DBMS = "ODBC" AutoCommit = False DBParm = "ConnectString= DSN=pbwork UID= PWD= "-Student course management system, the attention of the database connection string DBMS =
Platform: | Size: 440320 | Author: Alex | Hits:

[assembly language20061181302106

Description: SQL SERVER: 系统服务器所使用的数据库管理系统(DBMS)。 SQL: 一种用于访问查询数据库的语言 事务流:数据进入模块后可能有多种路径进行处理。 主键:数据库表中的关键域。值互不相同。 外部主键:数据库表中与其他表主键关联的域。 ROLLBACK: 数据库的错误恢复机制。 -SQL SERVER: the system used by the server database management system (DBMS). SQL: A query is used to access the database language Affairs stream: data entering the module may have multiple paths for processing. Primary key: the key to the database table domain. Values different from each other. External primary key: the database table primary key table and other associated domain. ROLLBACK: Database error recovery mechanism.
Platform: | Size: 78848 | Author: 小马 | Hits:

[Windows Developjiaoxueguanlixitong

Description: This is a VB+Access DBMS.It is very nice,I hope it can help you do samething.-This is a VB+ Access DBMS.It is very nice, I hope it can help you do samething.
Platform: | Size: 768000 | Author: fxuezhong | Hits:

[Other DatabasesDBMS_c

Description: 使用C语言实现的数据库管理系统。 支持简单类 SQL语言。-Realize the use of C language database management system. Easy category Supported SQL language.
Platform: | Size: 25600 | Author: folishwood | Hits:

[SQL ServerDBMSguanlixitong

Description: 个人做的DBMS管理系统,完全独立,实现的功能有。自动翻译解释SQL语句,实现了基本的索引视图、查询创建、删除等基本功能。很有参考价值。-Individuals to do the DBMS management system, fully independent, there is implementation of the function. Automatic translation to explain SQL statements, implementation of basic index view, query creation, deletion and other basic functions. Useful reference value.
Platform: | Size: 6909952 | Author: erya | Hits:

[JSP/Javanews

Description: jsp+servlet实现的标准MVC系统 jsp-servlet-service-DAO-DBMS-news system
Platform: | Size: 2416640 | Author: 许巍 | Hits:

[Database systemdatagrip2050

Description: 大家知道MM公司的director MX 2004吧,它可以用来做多媒体交互软件,复杂的动画特效,这里给大家的是datagrip破解版,功能就是实现对access开发的数据库(*.mdb)进行操作(读取,更新,删除等一系列操作),利用它可以通过director开发出数据库系统,该压缩文件中含有英文word文档教你具体实现一个数据库操作实例,本人另外有开发的实例,有需要的朋友可以给我留言啊。邮箱:aa8833444@163.com-datagrip(cracked version) for Director MX 2004 and Anthorware to develop a beautiful DBMS!it s easy to use!
Platform: | Size: 354304 | Author: yxl1983 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »

CodeBus www.codebus.net