[Zope] Is there any Microsoft SQL Server native driver for Zope?
Dieter Maurer
dieter@handshake.de
Wed, 6 Mar 2002 23:13:25 +0100
Nicolas Rodriguez writes:
> I'll like to migrate my JDBC driver source code to Zope in order to use a
> native Microsoft SQL Server connection (using TCP/IP) but I don't want to
> start from scratch. Is there any Microsoft SQL Server native driver for
> Zope (pre-alpha, alpha, beta, etc)? I looked in Zope website and the only
> thing I found is a ODBC Database Adapter.
You can use a Sybase database adapter over FreeTDS (<http://www.freetds.org>).
Dieter