I do most of my paging stuff using displaytag, no need for scrollable resultsets. That said I would love to get a link to that driver to evaluate it. MSSQL is not my favorite DB, but hey people use it, and who am I to tell them not to.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 driver to be orders of magnitude slower because it has to iterate though the entire result set.
We are now using the Merila driver from i-net, to much success.
R
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
