I try to save datas to database,
--1. by recordset, rs.addnew..........rs.update
after "update" how can I redirect to page1.asp when secceed;
redirect to page2.asp when failed
--2. by "insert into"/"transaction",
how can I know it is ok or not? I do not want to show the error message to users directly
Many thanks
--1. by recordset, rs.addnew..........rs.update
after "update" how can I redirect to page1.asp when secceed;
redirect to page2.asp when failed
--2. by "insert into"/"transaction",
how can I know it is ok or not? I do not want to show the error message to users directly
Many thanks
Comment