README.md

December 5, 2022 ยท View on GitHub

small Database engine (UPDATE_2 speed increased)

Description


UPDATE: Now read is much faster (before 17 sec for 10000 records, now 0,3 sec)


DESCRIPTION:

This is sample of small database engine. It support few SQL queries, add muliple tables, add and DELETE records, username and password for access to databes data... There is also RecordSet class so this make it easiest to use.

Deleted items is only 'invisible' for reading, but they are still in file. So for real remove there is clsDbAdvanced class.

SQL Queries: CREATE TABE, INSERT INTO

For deleting data there is function (supports multiple conditions and operators =, <>, >, <)

For reading there is also function that sets data automaticly to RecordSet.

Please check it and leave feedback and if you wont wote.

More Info

Submitted On2007-02-07 23:33:08
Byivan stimac
LevelIntermediate
User Rating4.9 (39 globes from 8 users)
CompatibilityVB 6.0
CategoryDatabases/ Data Access/ DAO/ ADO
WorldVisual Basic
Archive Filesmall_Data204698282007.zip