Update.asp

J

Jim Wilson

Can someone help me understand what I need to change to
make an update page update and database with
information. I built an list, edit and update pages
using the database interface wizard. And I need the
update.asp to update the information into another databse
when the user clicks the update button.


Any Help
Jim
 
J

Jim Buyens

-----Original Message-----
Can someone help me understand what I need to change to
make an update page update and database with
information. I built an list, edit and update pages
using the database interface wizard. And I need the
update.asp to update the information into another
databse when the user clicks the update button.

Any Help
Jim

To update two databases at once, you would have to write
your own application in ASP or ASP.NET.

However, a better solution might be to redesign your
databases in such a way that you don't need to store the
information redundantly.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top