On Monday 12 April 2004 08:57 pm, Matt Alexander wrote: > On Mon, 12 Apr 2004, Michael Havens wrote: > > So how do ya start it, Matt? > > More info on SQLite here: > > http://www.hwaci.com/sw/sqlite/ > > http://www.linuxjournal.com/article.php?sid=6650 > > http://www.zend.com/php5/articles/php5-sqlite.php I have used SQLite in both perl and ruby using the dbi It is a very nice little database, it is very very fast. And another thing I like is that it is TYPELESS. You can create a table like this: create table xyzzy (a, b, c); it makes no real difference what a b or c are. everything is a string with only 1 exception. however 1 caveat. It locks at the database level. there is no rowlevel locking. If you want some examples I can post them. Jerry > > > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change you mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss -- Registered Linux User: 275424 Today's Fortune: You can't have everything... where would you put it? -- Steven Wright --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss