Re: SV: Repost of JDBC ODBC problem

2001-07-31 Thread Berin Loritsch
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

Re: SV: Repost of JDBC ODBC problem

2001-07-31 Thread Berin Loritsch
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

Re: SV: Repost of JDBC ODBC problem

2001-07-31 Thread Kevin Sonney
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

RE: Repost of JDBC ODBC problem

2001-07-31 Thread Stephen Elsner
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

Re: SV: Repost of JDBC ODBC problem

2001-07-31 Thread Berin Loritsch
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

SV: Repost of JDBC ODBC problem

2001-07-30 Thread Rune Sandnes
> 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

RE: Repost of JDBC ODBC problem

2001-07-30 Thread Dinkar Ganti
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 >

Re: Repost of JDBC ODBC problem

2001-07-30 Thread Berin Loritsch
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

Repost of JDBC ODBC problem

2001-07-30 Thread Dinkar Ganti
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