📄 @psc_readme_8668_3.txt
字号:
Title: A Database Management System
Description: This is 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 codeCons:- 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 file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=8668&lngWId=3
The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -