• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to find tables created by container?

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic