• Will this work with DB2?

    By Dwain A Wuerfel 1 decade ago

    My question was answered with a reference to checking out this project as a possible solution.  I don't have much experience with managed beans so not sure if the server, databasenameandpath, and view properties of the bean can be replaced with the required information for the .jdbc file when using the JDBC control.

    <jdbc>
    
    <driver>com.ibm.db2.jcc.DB2Driver</driver>
    
    <url>jdbc:db2://server/Sample</url>
    
    <user>xxxxx</user>
    
    <password>xxxxxxxx</password>
    
    </jdbc>
    

    Thanks,

    Dwain