home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / small_Data204698282007.psc / @PSC_ReadMe_67811_1.txt
Text File  |  2007-02-08  |  1KB  |  15 lines

  1. Title: small Database engine (UPDATE_2 speed increased)
  2. Description: *****UPDATE: Now read is much faster (before 17 sec for 10000 records, now 0,3 sec)*****
  3. DESCRIPTION:
  4. 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.
  5. Deleted items is only 'invisible' for reading, but they are still in file. So for real remove there is clsDbAdvanced class.
  6. SQL Queries: CREATE TABE, INSERT INTO
  7. For deleting data there is function (supports multiple conditions and operators =, <>, >, <)
  8. For reading there is also function that sets data automaticly to RecordSet.
  9. Please check it and leave feedback and if you wont wote.
  10.  
  11. This file came from Planet-Source-Code.com...the home millions of lines of source code
  12. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=67811&lngWId=1
  13.  
  14. 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.
  15.