I am aware of it. zxJDBC works on Jython while PyJdbc works on CPython. I will put some documentation on the SF site (http://sf.net/projects/pyjdbc) about PyJdbc architecture. In few words: There is the python library, that binds to Ice (http://zeroc.com) and on the other side of the web cloud there is the java server that binds with the jdbc driver you choose. They are two different processes that can also run on different boxes.
By the way, tommorrow I will put up a new more usable release. > > --- "M.-A. Lemburg" <[EMAIL PROTECTED]> wrote: > > > marco paolini wrote: > > > Hello everybody, > > > > > > I have released the first (beta) version of > > pyjdbc. > > > > > > It is a DB driver that allows python programs to > > > communicate with databases through java JDBC > > drivers. > > > > > > It is Free Software and it is available on the > > > SourceForge site at http://pyjdbc.sf.net . > > > > > > Please note that release 0.1 is neither stable > nor > > > complete. It has been tested on linux, mac and > > win. > > > > > > Let me know if it is of your taste, > > > > I wonder whether you are aware of zxJDBC, > > which has been around for years and is distributed > > under the Jython license: > > > > http://www.ziclix.com/zxjdbc/ > > > > -- > > Marc-Andre Lemburg > > eGenix.com > > > > Professional Python Services directly from the > > Source (#1, Nov 24 2005) > > >>> Python/Zope Consulting and Support ... > > http://www.egenix.com/ > > >>> mxODBC.Zope.Database.Adapter ... > > http://zope.egenix.com/ > > >>> mxODBC, mxDateTime, mxTextTools ... > > http://python.egenix.com/ > > > ________________________________________________________________________ > > > > ::: Try mxODBC.Zope.DA for > > Windows,Linux,Solaris,FreeBSD for free ! :::: > > > > > > > __________________________________ > Yahoo! Music Unlimited > Access over 1 million songs. Try it free. > http://music.yahoo.com/unlimited/ > __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com _______________________________________________ DB-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/db-sig
