FYI
I thought that ProductClient demo
will itself creates the table.
It seems it doesn't.
So i added a line at the top of file
../database.script as follows
CREATE TABLE MYPRODUCT(ID INTEGER PRIMARY KEY,NAME VARCHAR,DESCRIPTION
VARCHAR,PRICE DECIMAL)
and now the product client demo works.
The database.script is read/writes by hypersonicsql.
rgds
minnam
> I got the following error when i tried to run ProductClient and i'm
> using Hypersonicsql.
>
> Error creating cart: Error creating EntityBean: Table not found:
> MYPRODUCT in statement [select name, description, price from MyProduct
> where (id = 123)]
>
>
> what could be the cause?
> rgds
> minnam