Rune Sandnes wrote:
> 
> > From: Berin Loritsch [mailto:[EMAIL PROTECTED]]
> > If you are trying to connect to MS SQL Server, there are a
> > number of third party JDBC drivers that I would highly recommend you
> use.
> 
> Any partical JDBC drivers you would recommend?
> We have tried Merant's driver, which works nicely, but seems a bit...
> expensive.

With Microsoft, you should be used to expensive ;)

Honestly though, in house we have used Informix and Oracle in our projects.
Informix is pretty nice and the JDBC driver is blazingly fast.  The Oracle
driver is slower and does not handle BLOBs and CLOBs in a JDBC2.0 compatible
manner.

I haven't had the time or pleasure to mess with any of the other databases.

I really don't have a recommendation for you other than Merant--unless it
is possible to change database vendors.  Informix is on the affordable side,
but is a PITA to install correctly (esp. on NT).  PostgreSQL is also available
(for free I might add) and has a JDBC driver.

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to