George Sexton wrote:

I'm probably asking a silly question, but I hope you'll all bear with me.

Given a bean, and a SQL database how does one get the data off of the bean
and into the database. In reverse, how does one get the data out of the
database, and into a bean for use?


You normally use an O/R-tool for this (Object/Relational) where you specify the mapping between SQL columns and bean fields and let the tool do the work. A popular example is Hibernate.

--
 Thorbj�rn



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to