Clarity

  • 1.  How to change jdbc driver for niku app

    Posted Jun 07, 2010 10:22 AM
    Hello,

    I try to change the driver in properties.xml files in order to use the microsoft standard jdbc driver instead of the clarity driver (com.ca.clarity.jdbc.sqlserver.SQLServerDriver).

    Does anybody knows how to change this value in the properties.xml file ?

    Thanks for any help....

    Pierre


  • 2.  RE: How to change jdbc driver for niku app

    Posted Jun 07, 2010 03:40 PM
    Why would you want to do that?

    Martti K.


  • 3.  RE: How to change jdbc driver for niku app

    Posted Jun 08, 2010 03:05 AM
    I am doing benchmark on java application using MSSQL jdbc driver, and I have made some tests using microsoft 1.0 jdbc driver and the 2.0 jdbc driver, the result is that the 2.0 jdbc driver is 30 to 40% more performant than the 1.0 jdbc driver.

    I want to know if there will be the same result if I change the Clarity jdbc driver for niku app...


  • 4.  RE: How to change jdbc driver for niku app

    Posted Jun 09, 2010 01:41 AM
    That is OK, but can you relate and isolate the total response time to the time it takes the jdbc driver to transfer the data to show that, that is the bottleneck.

    Martti K.