A_Database1825931252004

所属分类:其他数据库
开发工具:Visual C++
文件大小:33KB
下载次数:4
上传日期:2008-08-21 02:06:43
上 传 者wooogooo
说明:  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. )

文件列表:
tdDatabase (0, 2004-12-05)
tdDatabase\Sample program (0, 2004-12-05)
tdDatabase\Sample program\tdDatabase Test.vcproj (3141, 2004-12-05)
tdDatabase\Sample program\test.cpp (3095, 2004-12-06)
tdDatabase\Sample program\test.h (133, 2004-12-05)
tdDatabase\tdDatabase (0, 2004-12-05)
tdDatabase\tdDatabase\TDDatabase.cpp (8552, 2004-12-06)
tdDatabase\tdDatabase\TDDatabase.h (1588, 2004-12-06)
tdDatabase\tdDatabase\tdDatabase.ncb (101376, 2004-12-06)
tdDatabase\tdDatabase\tdDatabase.sln (1382, 2004-12-04)
tdDatabase\tdDatabase\tdDatabase.suo (13312, 2004-12-06)
tdDatabase\tdDatabase\tdDatabase.vcproj (2862, 2004-12-06)
tdDatabase\tdDatabase\TDDBStructs.h (270, 2004-12-06)
tdDatabase\tdDatabase\TDRecord.cpp (4744, 2004-12-06)
tdDatabase\tdDatabase\TDRecord.h (1650, 2004-12-06)

近期下载者

相关文件


收藏者