Ed Leafe wrote: > On May 29, 2006, at 8:54 PM, tocer wrote: > >> Is there a schedule for that? > > It's on the list of things to do, but like most open source things, > this will largely depend on someone taking the initiative to get it > working. John Fabiani needed PostgreSQL support, and so he did a lot of > the testing and development to get Dabo to work with PostgreSQL. Right > now there is nobody who needs this bad enough to invest the time to > create the code and make this work. > > There is a product called FreeTDS (<http://www.freetds.org/>) that > is supposed to make the connectivity to SQL Server possible from > multiple platforms. I've looked at it briefly, and it looks promising, > but to be honest, I haven't had the time to focus on this seriously. > > Do you know of any dbapi adapter for MSSQL that you've had success > with? Have you worked with MSSQL and Python very much? > > -- Ed Leafe
Ed, may i suggest looking at sqlalchemy? If you find some time, please take a look. sqlalchemy does support many databases. It is still very young and improving. Maybe at some time it will help to improve the db-connectivity layer for dabo. sqlalchemy looks like it is getting the best of all existing orms for python. Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
