Using Struts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kalidass
    New Member
    • Sep 2006
    • 1

    #1

    Using Struts

    I am new to struts .How to insert some data into a mysql databases and retrieve that data.give me some code.
  • D_C
    Contributor
    • Jun 2006
    • 293

    #2
    First you need to connect with the database, then ask it questions that it understands. Look into JDBC (Java Database Connection) and SQL (Structured Query Language).

    Comment

    Working...