Re: [sqljdbc4.jar] Errors

2011-01-05 Thread Gora Mohanty
On Wed, Jan 5, 2011 at 8:22 PM, Adam Estrada wrote: > I can't tell any difference in performance but it does work like a charm. At > least the messaging in the console is a lot more verbose. [...] Well, as far as the performance goes, we were also simultaneously making other changes as we were sw

Re: [sqljdbc4.jar] Errors

2011-01-05 Thread Adam Estrada
I can't tell any difference in performance but it does work like a charm. At least the messaging in the console is a lot more verbose. Thank you very much for the heads up on this one ;-) Adam On Wed, Jan 5, 2011 at 4:29 AM, Gora Mohanty wrote: > On Wed, Jan 5, 2011 at 10:18 AM, Estrada Groups

Re: [sqljdbc4.jar] Errors

2011-01-05 Thread Gora Mohanty
On Wed, Jan 5, 2011 at 10:18 AM, Estrada Groups wrote: > I downloaded that driver today and will test it tomorrow. Thanks for the tip! > Would you mind sending an XML code snippet if it's any different to load than > the MS driver? [...] I presume that you are referring to the jTDS driver. The

Re: [sqljdbc4.jar] Errors

2011-01-04 Thread Estrada Groups
I downloaded that driver today and will test it tomorrow. Thanks for the tip! Would you mind sending an XML code snippet if it's any different to load than the MS driver? Thanks, Adam Sent from my iPhone On Jan 4, 2011, at 11:34 PM, Gora Mohanty wrote: > On Wed, Jan 5, 2011 at 5:01 AM, Ada

Re: [sqljdbc4.jar] Errors

2011-01-04 Thread Gora Mohanty
On Wed, Jan 5, 2011 at 5:01 AM, Adam Estrada wrote: > Can anyone help me with the following error. I upgraded my database to SQL > Server 2008 SP2 and now I get the following error. It was working with SQL > Server 2005. > > > Caused by: java.lang.UnsupportedOperationException: Java Runtime Envir

Re: [sqljdbc4.jar] Errors

2011-01-04 Thread Adam Estrada
I got the latest jar file from the MS website and then changed the authentication to Mixed Mode on my DB. That seems to have fixed it. My 2005 Server was Windows Authentication only and that worked so there are obviously quite a few differences between the versions of the DB. I learn something new

Re: [sqljdbc4.jar] Errors

2011-01-04 Thread Lance Norskog
Do you get a new JDBC driver jar with 2008? Look around the distribution or the MS web site. On Tue, Jan 4, 2011 at 7:06 PM, pankaj bhatt wrote: > Hi Adam, >           Can you try by downgrading your Java version to java 5. >         However i am using Java 6u13 with sqljdbc4.jar , i however do n

Re: [sqljdbc4.jar] Errors

2011-01-04 Thread pankaj bhatt
Hi Adam, Can you try by downgrading your Java version to java 5. However i am using Java 6u13 with sqljdbc4.jar , i however do not get any error. If possible, can you pleease also try with some other version of Java 6. / Pankaj Bhatt. On Wed, Jan 5, 2011 at 5:01 AM, A

[sqljdbc4.jar] Errors

2011-01-04 Thread Adam Estrada
Can anyone help me with the following error. I upgraded my database to SQL Server 2008 SP2 and now I get the following error. It was working with SQL Server 2005. Caused by: java.lang.UnsupportedOperationException: Java Runtime Environment (JR E) version 1.6 is not supported by this driver. Use t