From: zorro at zipzap.ch (Boris Borcic) Date: Wed, 14 Apr 1999 10:31:34 +0200 Subject: Python as an ODBC *source* on windoze ? References: <01BE8604.AE1D9CC0.richard@folwell.com> Message-ID: <37145266.1127FE06@zipzap.ch> X-UID: 419 Richard Folwell wrote: > > It is certainly possible to implement a DBMS in Python (check out Gadfly!), but > I suspect that you are asking a different question. (?) Indeed. It is my (untested) understanding that the MS Access Report writer (and gui) can be exploited with data from other vendor's databases through ODBC. I was wondering if it was possible to configure python to serve data appropriately to queries from the report writer -- this doesn't mean implementing a full DBMS in python, only to feed back appropriately patterned data to the report generator. BB