On Fri, 10 Dec 1999, XiaoQing wrote:
> except MySQL, that's something commerical.
> I need your help!
If you need realy small database and not client-server, you may consider
bsddb. AFAIK perl for windows comes with prebuilt bsddb.
Python-based solutions can be found here:
http://www.vex.net/parnassus/apyllo.py/973100124.
There are Flat ASCII Database (all platforms), gdbmmodule-win32, MkWrap
(python wrapper for MetaKit), mxODBC (so you can connect to ANY
ODBC-compliant db), and finally, the GadFly. GadFly is an SQL engine,
written entirely in Python, and thus portable to any platform. URL -
http://www.chordate.com/gadfly.html
Oleg.
----
Oleg Broytmann http://members.xoom.com/phd2/ phd2@earthling.net
Programmers don't die, they just GOSUB without RETURN.