| Author |
How to use INSERT INTO ALL statement in jdbc prepared statement with beans
|
Adnan Gondal
Ranch Hand
Joined: Apr 30, 2011
Posts: 32
|
|
Kindly give me some example that how we can use "INSERT INTO ALL STATEMENT" in jdbc prepared statement inside a jsf bean?
Actually i want to take employee id's of present employees using single jsf page and using one textbox for each employee id.
How can i use INSERT INTO ALL statement to achieve this?
Following is my code snippet.
AttendanceBean.java:
|
 |
 |
|
|
subject: How to use INSERT INTO ALL statement in jdbc prepared statement with beans
|
|
|