Re: JDBC for SQL Server 2000

2002-06-13 Thread Nicola Ken Barozzi


Stephen Ng wrote:
> Why not the free one from Microsoft?

Because it's slooow.
Search in the archives of this list, I've already posted the link to a 
performance comparison twice.


> -Original Message-
> *From:* Parrott Geoff [mailto:[EMAIL PROTECTED]]
> *Sent:* Thursday, June 13, 2002 6:30 AM
> *To:* Cocoon-Users (E-mail)
> *Subject:* JDBC for SQL Server 2000
> 
> Hi  
> 
> Slight amendment I now find out it is Server 2000 not 7 as previous
> message 
> 
> Can anyone recommend a good Free or Cheap JDBC driver for
> MSSQL  2000  type 4 if possible
> 
> Currently developing with Cocoon 2 Tomcat 4.0.3 LE & jdk 1.4.0
> 
> I am migrating code developed on MySQL to run on MSSQL I have found
> many issues
> 
> I am experiencing problems with whitespace written to the database
> is this a JDBC issue
> 
> Regards
> 
> Geoff//
> 


-- 
Nicola Ken Barozzi   [EMAIL PROTECTED]
 - verba volant, scripta manent -
(discussions get forgotten, just code remains)
-


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




RE: JDBC for SQL Server 2000

2002-06-13 Thread Albertsen, Juergen
Title: JDBC for SQL Server 7



I can fully recommend 
JTurbo from New Atlanta. It's not free, but very stable and fast and not very 
expensive
 
http://www.newatlanta.com/

  -Original Message-From: Parrott Geoff 
  [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 13, 
  2002 12:30 PMTo: Cocoon-Users (E-mail)Subject: JDBC for 
  SQL Server 2000
  Hi  
  Slight amendment 
  I now find out it is Server 2000 not 7 as previous 
  message 
  Can anyone recommend a good Free or Cheap JDBC driver for 
  MSSQL  2000  type 4 if possible 
  Currently developing with Cocoon 2 Tomcat 4.0.3 LE & jdk 
  1.4.0 
  I am migrating code developed on MySQL to run on MSSQL I have 
  found many issues 
  I am experiencing problems with whitespace written to the 
  database is this a JDBC issue 
  Regards 
  Geoff 


RE: JDBC for SQL Server 2000

2002-06-13 Thread Stephen Ng

Sure, it's:

http://msdn.microsoft.com/downloads/default.asp?URL=/downloads/sample.asp?ur
l=/MSDN-FILES/027/001/779/msdncompositedoc.xml

I'm never sure if these msdn url's work, so the algorithm for finding the
page is to go to http://msdn.microsoft.com, downloads, then search for "JDBC
SQL Server".

--Steve

> -Original Message-
> From: telmo sa [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 6:53 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: JDBC for SQL Server 2000
>
>
> Can you give the url?
>
> Thank you.
>
> Telmo
>
>
> >From: "Stephen Ng" <[EMAIL PROTECTED]>
> >Reply-To: <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Subject: RE: JDBC for SQL Server 2000
> >Date: Thu, 13 Jun 2002 06:45:28 -0400
> >
> >JDBC for SQL Server 7Why not the free one from Microsoft?
> >   -Original Message-
> >   From: Parrott Geoff [mailto:[EMAIL PROTECTED]]
> >   Sent: Thursday, June 13, 2002 6:30 AM
> >   To: Cocoon-Users (E-mail)
> >   Subject: JDBC for SQL Server 2000
> >
> >
> >   Hi
> >
> >   Slight amendment I now find out it is Server 2000 not 7
> as previous
> >message
> >
> >   Can anyone recommend a good Free or Cheap JDBC driver for
> MSSQL  2000
> >type 4 if possible
> >
> >   Currently developing with Cocoon 2 Tomcat 4.0.3 LE & jdk 1.4.0
> >
> >   I am migrating code developed on MySQL to run on MSSQL I
> have found many
> >issues
> >
> >   I am experiencing problems with whitespace written to the
> database is
> >this
> >a JDBC issue
> >
> >   Regards
> >
> >   Geoff
> >
>
>
>
>
> _
> Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp.


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

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


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

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




RE: JDBC for SQL Server 2000

2002-06-13 Thread telmo sa

Can you give the url?

Thank you.

Telmo


>From: "Stephen Ng" <[EMAIL PROTECTED]>
>Reply-To: <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: RE: JDBC for SQL Server 2000
>Date: Thu, 13 Jun 2002 06:45:28 -0400
>
>JDBC for SQL Server 7Why not the free one from Microsoft?
>   -Original Message-
>   From: Parrott Geoff [mailto:[EMAIL PROTECTED]]
>   Sent: Thursday, June 13, 2002 6:30 AM
>   To: Cocoon-Users (E-mail)
>   Subject: JDBC for SQL Server 2000
>
>
>   Hi
>
>   Slight amendment I now find out it is Server 2000 not 7 as previous
>message
>
>   Can anyone recommend a good Free or Cheap JDBC driver for MSSQL  2000
>type 4 if possible
>
>   Currently developing with Cocoon 2 Tomcat 4.0.3 LE & jdk 1.4.0
>
>   I am migrating code developed on MySQL to run on MSSQL I have found many
>issues
>
>   I am experiencing problems with whitespace written to the database is 
>this
>a JDBC issue
>
>   Regards
>
>   Geoff
>




_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


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

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




RE: JDBC for SQL Server 2000

2002-06-13 Thread Stephen Ng
Title: JDBC for SQL Server 7



Why 
not the free one from Microsoft?

  -Original Message-From: Parrott Geoff 
  [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 13, 
  2002 6:30 AMTo: Cocoon-Users (E-mail)Subject: JDBC for 
  SQL Server 2000
  Hi  
  Slight amendment 
  I now find out it is Server 2000 not 7 as previous 
  message 
  Can anyone recommend a good Free or Cheap JDBC driver for 
  MSSQL  2000  type 4 if possible 
  Currently developing with Cocoon 2 Tomcat 4.0.3 LE & jdk 
  1.4.0 
  I am migrating code developed on MySQL to run on MSSQL I have 
  found many issues 
  I am experiencing problems with whitespace written to the 
  database is this a JDBC issue 
  Regards 
  Geoff