Re: [fpc-pascal] Cross-platform gdbm replacement

2004-10-27 Thread Michael Van Canneyt
On Wed, 27 Oct 2004, Matt Henley wrote: > Do a quick search on this list for sqlite. Its lightweight, cross > platform and public domain. FPC has a unit to access it (somewhere in > the fpc directory tree... dont have it up at the office) as well as at > least one component that is being worke

Re: [fpc-pascal] Cross-platform gdbm replacement

2004-10-27 Thread Matt Henley
Do a quick search on this list for sqlite. Its lightweight, cross platform and public domain. FPC has a unit to access it (somewhere in the fpc directory tree... dont have it up at the office) as well as at least one component that is being worked on. On Wed, 27 Oct 2004 08:35:17 -0700 (PDT), A

[fpc-pascal] Cross-platform gdbm replacement

2004-10-27 Thread Alan Mead
I need to have some simple, cross-platform database functionality... at a minimum, I need to be able to write a datafile that is easily searched... kind of like a TStringList on disk. I think dbm/gdbm would suffice. If it had the ability to hold multiple columns and several indexes to those colum