Hi again.
I'm testing the Data Row Example:
/**/
DataContext ctxt=DataContext.createDataContext();
SelectQuery q = new SelectQuery(Depto.class);
q.setFetchingDataRows(true);
List artistRows = ctxt.performQuery(q);
Map row = (Map)artistRows.get(0);
System.out.println(row);
/**/
But I get anException(can't find Rdb$Fields class) cause in the modeler, the Rdb$fields ObjEntity has an error: "has no type".
What Am I doing wrong?
Thank you.
---------------------------------
Do You Yahoo!?
Yahoo! Net: La mejor conexión a internet y 25MB extra a tu correo por $100 al mes.
This archive was generated by hypermail 2.0.0 : Mon Mar 29 2004 - 13:45:48 EST