I'm going through tutorial2(ODMG) and with the following:
// 3. set the OQL select statement
query.create("select allproducts from " +
Product.class.getName());Where does allproducts get defined? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
