i'have sucessfully tested the  com.ibm.as400.access.AS400JDBCDriver driver.
 
the more difficult part is to find the correct schema/catalog properties.
 
St�phan Mestach.
 
______________________________________________________________________________
 
the properties used :
 
   <property name="database.script.file"           value="${src.dir}/sql/${name}-db2.sql"/>
   <property name="database.driver.file"           value="${lib.dir}/jt400.jar"/>
   <property name="database.driver.classpath"      value="${database.driver.file};${basedir}"/>
   <property name="database.driver"               value="com.ibm.as400.access.AS400JDBCDriver"/>
   <property name="database.url"                   value="jdbc:as400://myAS400;dateFormat=iso;librairies=*LIBL;dataTruncation=false"/>
   <property name="database.userid"                value="xxx"/>
   <property name="database.password"              value="xxx"/>
   <property name="database.schema"                value="libraryName"/>
   <property name="database.catalog"               value="DBName"/>
 
 


MSN Immo ... Vous r�vez d�une maison bien � vous ? ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ middlegen-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/middlegen-user

Reply via email to