Jacob Lund wrote:
> Hi all!
>
> I need some feedback. I am using ms sql server 7 on a windows 2k pro. I
> am running slide on a tomcat 4.0 b7.
>
> I have tried different jdbc drivers:
>
> I-net driver: When files are uploaded from a client the it is streamed
> directly to the database. This is good for large files but it is very
> slow.
>
> JSQLConnect: When I upload a file then it caches the file before it is
> uploaded to the database. This is very fast but it is a problem with
> very large files.
>
> I use windows explorer as a webdav client. Does anyone have other
> experiences or suggestions on how to boost the performance on the i-net
> driver. Or maybe another driver vendor.
>
> Jacob
You can always try another driver:
http://industry.java.sun.com/products/jdbc/drivers
Dirk