Berin Loritsch wrote:
>
> To give an overall example of what I mean, I have a program called DataXfer
> that manipulates data and moves it between the filesystem and the database
> or between databases. When I was using the JDBC-ODBC bridge, the transfer
> took over an hour. When I switched to
Kevin Sonney wrote:
>
> On Tue, Jul 31, 2001 at 08:54:05AM -0400, Berin Loritsch spoke thusly:
> > 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 BL
On Tue, Jul 31, 2001 at 08:54:05AM -0400, Berin Loritsch spoke thusly:
> 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 comp
ay, July 31, 2001 3:11 AM
> To: [EMAIL PROTECTED]
> Subject: SV: Repost of JDBC ODBC problem
>
> > 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
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 dri
> 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
inkar
-Original Message-
From: Berin Loritsch [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 6:04 PM
To: [EMAIL PROTECTED]
Subject: Re: Repost of JDBC ODBC problem
Dinkar Ganti wrote:
>
> Hello:
>
> I checked my application and it is able to connect to using JDBC-ODBC
driver
>
Dinkar Ganti wrote:
>
> Hello:
>
> I checked my application and it is able to connect to using JDBC-ODBC driver
> on Java command line. However, when I use Cocoon, I get the following
> exception trace. Any pointers to this type of error will be greatly
> appreciated.
Short answer: don't use JD
Hello:
I checked my application and it is able to connect to using JDBC-ODBC driver
on Java command line. However, when I use Cocoon, I get the following
exception trace. Any pointers to this type of error will be greatly
appreciated.
The problem I am facing is to connect to an SQL Database usin