posted 21 years ago
Hi,
Any RDBMS is sufficient to cater a CMP entity bean. Infact, the bean is not getting stored and retrieved, our Entity bean just encapsulates the data available in the data store (here the tables) and we can access the members of this bean as if we are accessing the columns in the tables.
The container will automatically load from the database if the data is changed, also it writes the data in the bean into the database when there is an updation in the values.
So, SQL server 7.0 is sufficient for CMP.
Hope this clarifies
--------------------
Vijay
Thanks,<p>Vijay<p>The Hand that gives, Gathers.