Error running ProductClient

2000-05-11 Thread Srikanth
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. Th

Error running ProductClient

2000-05-08 Thread Srikanth
Hi I git 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