I would like to make mention of a database system called SQLite. It is not a database as you would know it. Instead of running as a server which you connect to using adapters and whatnot, SQLite is a DLL which your application uses to directly manipulate a database file. Bindings exist for almost every [...]
Category Archives: Software
Recover Deleted Files
June 24, 2008 – 1:13 pm
For many years file recovery has been a pain in the butt. The scenario goes something like this … One of your parents or siblings has accidentally deleted an important file which contains important data. Worse yet they dont even know where it was supposed to be saved. So off you go searching for some [...]