cosmic_bird
04-15-2003, 06:19 PM
I am using JSP to create my shopping cart and it works fine. Basically I have the data form the shopping session stored in my java beans and I want to stored this data in my database. How do I go about it?
![]() | View Full Version : passing data from JavaBean to database? cosmic_bird 04-15-2003, 06:19 PM I am using JSP to create my shopping cart and it works fine. Basically I have the data form the shopping session stored in my java beans and I want to stored this data in my database. How do I go about it? jb4mt 04-15-2003, 07:10 PM with JDBC. I suggest you search the web for tutorials. Also, if your database is MySQL, there are a couple of books on the market specifically regarding using JSP and MySQL. |