Update SQL

T

tony wong

how can i trigger a SQL (update query) by clicking a button in a asp page
without further action in another asp page? Most grateful if some examples
can be referred. Thanks a lot.

tony
 
E

Evertjan.

tony wong wrote on 24 sep 2006 in
microsoft.public.inetserver.asp.general:
how can i trigger a SQL (update query) by clicking a button in a asp
page without further action in another asp page?

Impossible.

The click is on the client, and the database is on the server,
so you need asp-script to be executed on the server,
and asp script only works in asp pages.

You will have to sent a querystring or a form-post to a server asp page.
Most grateful if
some examples can be referred.

This is basic asp db work.

Try something yourself or search http://aspfaq.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top