|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
trouble updating access DB from multiple .asp screens |
From: |
seth |
Date: |
1/16/2001 8:11:27 PM |
IP: |
137.229.112.160 |
Hello- I am having a slight problem with updating a database. The basic idea for the program is as follows.
Someone fills out a form and submits it to the database. I set up a screen for a co-worker who can
log-in and view the database entries, but his screen contains an extra drop down box that say
"Post" with options yes or no. He clicks either yes or no, then submits this to update the database.
The public have acces to a page that posts the entries from the database, if rs("post")="yes".
Everything works as it should except the adding of the "post" content. I have tried using rs.update
and AddNew, and some other exhausting logic, but I am sure I am just leaving something out or
not aware of something that is happening. Any clues? Does it even make sense? Thanks...
|
|
|
|
|
|
|
|
|
|
|
|
|