avijit shaw

Greenhorn
+ Follow
since Oct 24, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by avijit shaw

hi all,


i want to auto increment a field of my database(say id field) using java code.
i have a insert form in jsp page, by click on the submit button it will insert the value.
but he thing is thatin my table i have two fields id and name.but in in the form there is only one foeld that is name.whenever i insert a name and submit,
the id field of the database auto generate d a number and incremented by one on every post action....


how to do???

plzzzz solve this.