|
Re: can cmp entity bean use microsoft access as a database?
|
Posted: Feb 19, 2004 6:14 AM
|
|
Hi,
YES, You can use....but you need some addtional work....
A CMP bean is an entity bean whose state is synchronized with the database automatically.
In the case of a relational database, for example like oracle, MS SQL, each persistent field will be associated with a column in a table. A bean may map all its fields to one table or, in the case of more sophisticated EJB servers, to several tables.
CMP are not limited to relational database. CMP beans can be mapped to object databases, files, and other data stores including legacy systems. MS Access also...
-Viswa ---------
|
|