Forums
This topic is locked
want to use only ONE asp page to update database
Posted 29 Mar 2002 18:44:57
1
has voted
29 Mar 2002 18:44:57 Pete Michelle posted:
I have a database table with fields "sign" and " horoscope". There will be 12 disctinct values for sign ( aries, taurus, etc.) The corresponding horoscope field will have the horoscope ( obviously). I have a page which is used to change the weekly horoscope. This is an HTML page with two fields SIGN and HOROSCOPE. These values are passed on to an ASP page which creates a filtered recordset based on the SIGN value received thru REQUSET.FORM. Then there is again a button which finally updates the data in the table. I wanted to create only one ASP page to do this. But when i did it using ultradev, the problem is that how do i get the filtered recordset. I tried to make the current value of the SIGN field as the filter but somehow the page randomly updates any field.
Plz help
Replies
Replied 31 Mar 2002 18:05:54
31 Mar 2002 18:05:54 Pete Michelle replied:
OK so i guess nobody in the UD world knows how to do this !!!