I am study HFE and using
J2EE 1.3 SDK.
cloudscape is embedded in J2EE 1.3. I can use my entity bean to read or insert data from cloudscape, but I want to see all tables in cloudscape. When I was using the deploytool, I found the "Container method" will create new table in cloudscape, but when I use "select * from ...", there is error.
For example, the container method will create MyEntityBeanTable.
Then I run "cloudscape -isql" and use standard SQL to see the content in the table, but it always report errors.
[ March 03, 2004: Message edited by: Like Zhang ]