Re: Urgent Help !!! Is it compulsory that database table name is "BeanNameEJBTable" when i using Oralce dababase
Posted By:
Premjith_SunTec
Posted On:
Wednesday, March 13, 2002 06:25 PM
Hi Zhi,
It is not at all necessary to keep the table name as BeanNameEJBTable.That is the default table name generated by the server,You can replace this table name in the queries with the table name u want i.e myBean.You can reorder and rename the columns as well.
Let me know if you have any problem again