access_asp thread: How add, delete, and update records in to the ACCESS database with ASP
Message #1 by =?iso-8859-1?Q?Mart=EDn_Sierra_Mercado?= <msierram@p...> on Sat, 26 Jan 2002 19:54:27 -0600
|
|
Hi:
I have a web site, www.encuadreatc.com, which one is in Spanish, but the
propose is that the visitors at this site, can subscribe to the event, and
they can send, one form to inscription, one form to hotel reservation, and
one form to plain reservation. this site is build with Front Page 2000 and
ACCESS 2000 DB, but when push the botton send, the datas donīt save in the
DB.
Can you help me, Please.
Regards
Message #2 by btodd@a... on Thu, 31 Jan 2002 16:56:44
|
|
There is an excellent overview of using ASP with Access at:
http://www.learnasp.com/learn/index.asp under the Database heading. In
particular, take a look at:
http://www.learnasp.com/learn/dbnewADO.asp
http://www.learnasp.com/learn/dbnewSQL.asp
http://www.learnasp.com/learn/dbupdate.asp
http://www.learnasp.com/learn/dbSQLdelete.asp
Please note that these are learning examples, NOT fully bullet-proof,
production ready code. But they will show you the basics, including error
trapping so you can work through any functional problems.
Good luck,
Bill
> Hi:
>
> I have a web site, www.encuadreatc.com, which one is in Spanish, but the
> propose is that the visitors at this site, can subscribe to the event,
and
> they can send, one form to inscription, one form to hotel reservation,
and
> one form to plain reservation. this site is build with Front Page 2000
and
> ACCESS 2000 DB, but when push the botton send, the datas donīt save in
the
> DB.
>
> Can you help me, Please.
>
> Regards
>
|