I think you should consider the "library" corresponding to "database", and "file" to "table".
That's how IBM iSeries/Client Access works... Maybe it's your solution. The adapter should be "db2400", and the JDBC driver is "com.ibm.as400.access.AS400JDBCDriver", supplied in the Java toolbox which comes with OS/400. My personal opinion is that Torque is not ready yet to create libraries/files on AS/400... Or maybe it's just my impression ;) Beware of case sensitivity issues when specifying databases (libraries), tables and columns... AS/400 is quite nosy about it. Giulio Vezzelli Infolog S.r.l. Via Alfieri, 28 Modena - 41100 Telefono : +39-059-822446 Sito web : http://www.infolog.it E-mail : [EMAIL PROTECTED] > -----Messaggio originale----- > Da: Sonu Vijay [mailto:[EMAIL PROTECTED] > Inviato: mercoled� 3 dicembre 2003 18.46 > A: [EMAIL PROTECTED] > Oggetto: Newbie - Torque with DB2/AS400 > > Hi, > Am trying to use Torque with DB2/AS400. So far am able to > create tables and generate java classes. But I'm having some > problems with using those java classes to enter data into the tables. > > On DB2/AS400 everything is arranged in libraries and the > conventional concept of a database (like in mysql > etc) doesn't exist. So the create-db target didn't do > anything also. And in the database create and build URLs I > only gave the URL to the library in which I needed the > tables, that's the way it worked. > > Now I'm not sure how to configure the > Torque.properties I'm doing this: > > Like for mysql and stuff I can write > > torque.database.default=bookstore > torque.database.bookstore.adapter=DBDB2App > > So what needs to written in place of "bookstore" ? > > The library name ?? > > And also am I using the right adapter ? > > And is there any DB2/AS400 specific tutorial available ? > > Pls advice > > Vijay > > > __________________________________ > Do you Yahoo!? > Free Pop-Up Blocker - Get it now > http://companion.yahoo.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
