update/delete form data to an SQL db

M

mgm

I have a page that displays a form after a search, which contains rows from
an SQL database table. I want to make it to where a user can delete or
update these rows. At this time, I'm working on the deleting. I've made it
to where a user can select a check box beside the rows the user wishes to
delete (like hotmail does if you're familiar). However, I am not sure how to
collect the ids. I can get 1, using simple javascript to send the value of
one to a hidden textbox, but I'm stumped on how to create a string of ids
without ending up with a comma at the beginning of the string and/or the end.

If you have info or websites I could read about how to do it I would
appreciate it. Please ask me questions if what i'm saying doesn't make sense.

Thanks! MGM
 
A

Andrew Murray

if you're using frontpage (since you're asking in this news group):
1) the database interface wizard is your best bet for *simple* database
management using MS Access
2) Requires a Windows 2K server running IIS and the server extensions for your
version of Frontpage.
 
Top