Customer Portal

Comments 1

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hello !

    I am affraid that with the current version (1.1.7) it is not possible. Clover uses its own DBConnection object which embeds java.sql.Connection object. It is currently not possible to interchange it with Datasource or even Connection obtained from Datasource.
    All available components use Clover's DBConnection object to obtain statements used for Clover2DB communication.
    You would need to modify DBConnection - create your own version. It is doable, but not so simple.


    David.

Please sign in to leave a comment.