On Fri, 29 Oct 2004 23:29:14 +0530, Soumyadip Modak <[EMAIL PROTECTED]> wrote: > On Fri, 2004-10-29 at 19:41, Sankarshan Mukhopadhay wrote: > > Taking away the Access DB brings to the forefront of addressing the > > issue of VisualBasic. That is what I was looking forward to some inputs on. > > > > Regards > > Sankarshan > > Python + Boa Constructor + ndbm/gdbm . Pretty good combination. > > Shouldn't be a problem to substitute MySQL in place of ndbm if the need > so arises. But IMHO, ndbm fulfills most of the requirements placed on > Access.
Sqlite will be an excellent option. www.sqlite.org. It is a full featured sql engine with transaction capability without going through the hassle of running any server application. It is extremely fast ,has binding for most of the popular languages(including python) and personally i have worked with the perl apis. As a matter of fact i used to use it as a replacement of mysql whenever it is possible. Definitely, worth giving a try. > > Just my 2 paise Soumyadip that's a nice one. -siddhartha > > -- > Soumyadip Modak > [EMAIL PROTECTED] > [EMAIL PROTECTED] > http://soumyadip.blogspot.com > > > > > -- > To unsubscribe, send mail to [EMAIL PROTECTED] with the body > "unsubscribe ilug-cal" and an empty subject line. > FAQ: http://www.ilug-cal.org/node.php?id=3 > -- To unsubscribe, send mail to [EMAIL PROTECTED] with the body "unsubscribe ilug-cal" and an empty subject line. FAQ: http://www.ilug-cal.org/node.php?id=3
