On Tue 31 May 2005 (21:42 +0200), Renzo Campagna wrote: > Another little minor change suggestion is to have the relational database > for windows users. > > Best regards > > Renzo
It should be there and functional - there are versions of postgresql for windows or you can use sqlite and either should work with recent builds of gnubg. It's should be easy to adapt the database.py to support other RDBMS systems, such as MSSQL - I sent some notes to an Oracle user about how they might add oracle support. In general, the requirements are a relational database supporting SQL and for which there exists a Python DbApi interface. -- Jim Segrave [EMAIL PROTECTED] _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
