Download of Eclipse plugin for OJB / mssql

2004-04-19 Thread JTorres
Return Receipt Your Download of Eclipse plugin for OJB / mssql document

Re: OJB + MSSQL

2004-02-27 Thread Edson Carlos Ericksson Richter
: OJB + MSSQL sp_executesql problem We were using the jTDS driver for awhile to, with decent results -- except that it is not JDBC 2.0 compliant. It states that it is, but it is missing quite a few features -- mostly notably scrollable resultsets. So, if you do any paging work at all, I have found

Re: OJB + MSSQL sp_executesql problem

2004-02-26 Thread Robert S. Sfeir
benchmarks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 26 February 2004 02:13 To: [EMAIL PROTECTED] Subject: OJB + MSSQL sp_executesql problem Hello everyone ! I have been using OJB for the last several months in several projects and have had

RE: OJB + MSSQL sp_executesql problem

2004-02-26 Thread Clute, Andrew
. Sfeir [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 10:10 AM To: OJB Users List Subject: Re: OJB + MSSQL sp_executesql problem Clute, Andrew wrote: We were using the jTDS driver for awhile to, with decent results -- except that it is not JDBC 2.0 compliant. It states

RE: OJB + MSSQL sp_executesql problem

2004-02-26 Thread Alex_Kotchnev
Thanks to everyone who responded to this. It turned out that the issue was with the conversion of unicode strings - when I added the option into the jdbc connection string, it runs like a charm. So, now, my connection string includes the option of SendStringParametersAsUnicode=false. A more

Re: OJB + MSSQL sp_executesql problem

2004-02-26 Thread Robert S. Sfeir
Clute, Andrew wrote: I am not sure what you mean my 'displaytag' -- could explain that more? I am curious how that limits the resultset returned from the database. it doesn't but if you do it right, you get all the results and use it to iterate over your collection.

Re: OJB + MSSQL sp_executesql problem

2004-02-26 Thread Robert S. Sfeir
Clute, Andrew wrote: We were using the jTDS driver for awhile to, with decent results -- except that it is not JDBC 2.0 compliant. It states that it is, but it is missing quite a few features -- mostly notably scrollable resultsets. So, if you do any paging work at all, I have found the jTDS

RE: OJB + MSSQL sp_executesql problem

2004-02-26 Thread Clute, Andrew
; don't rely on my comparisons, do your own benchmarks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 26 February 2004 02:13 To: [EMAIL PROTECTED] Subject: OJB + MSSQL sp_executesql problem Hello everyone ! I have been using OJB for the last several

OJB + MSSQL sp_executesql problem

2004-02-25 Thread Alex_Kotchnev
Hello everyone ! I have been using OJB for the last several months in several projects and have had no problems at all - great product ! However, in the last project, I am having problems with the sp_executesql statement that is generated by OJB in the queries. It apparently is a problem