
December 20th, 2002, 09:49 AM
|
|
Junior Member
|
|
Join Date: Oct 2002
Location: germany
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
can I move record up or down?
hello,
please help me. I want to move records.
for example I have my table like this
autoNR name location text
--------- ------- --------- -----
1 kaka dsfkklf dsfkljsdf
2 kama germany sdfsdfsff
3 dfsdfs sdfsdf fsfsfsf
4 fsdfsf sdfsdf ggfhgfht
5 fdgfdfg fgdfgdg fgdfgdfg
the autoNR is automatically generated number and is the primary.
I am retrieving this data say in a JSP page. there I want to use the up and down arrow keys to move the records up and down.
for ex: i want to move 4th record above 3rd and so on.
what would be the syntax for this.
thatnk you
|