| Author |
best Java driver for SQL
|
|
| Hassan 2005-12-22, 3:23 am |
| Whats the best Java driver for SQL Server ? There are so many out there and
want to hear from you on whats the best ?
Thanks
| |
| David Thielen 2005-12-23, 3:23 am |
| On Thu, 22 Dec 2005 00:32:05 -0800, "Hassan" <Hassan@hotmail.com>
wrote:
>Whats the best Java driver for SQL Server ? There are so many out there and
>want to hear from you on whats the best ?
>
>Thanks
I have had zero problems with the MS one since their latest hotfix
(which was for a very weird bug when using mixed character sets).
david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
| |
| Pete Loveall 2005-12-23, 7:23 am |
| I use the jTDS (Sourceforge.net) driver. I found it most accepting of
binary columns and seems to run extremely fast. My application is
inserting/updating a 12 GB database 50 time per second on a single
hyperthreaded 3.06 GHz processor to a mirrored ATA hard drive. The server
is also supporting Exchange along with web site lookups, etc. The
application is written to be generic and has been used with other databases.
Pete Loveall
"Hassan" <Hassan@hotmail.com> wrote in message
news:uYCAyItBGHA.3584@TK2MSFTNGP11.phx.gbl...
> Whats the best Java driver for SQL Server ? There are so many out there
> and want to hear from you on whats the best ?
>
> Thanks
|
|
|
|