xoae1_id = substituyen (Request.Form (“MM_recordId”),” '“,” '' ")
el sConnString = MM_conn_STRING
Fijar el objConn = Server.CreateObject (“ADODB.Connection”)
objConn.Open (el sConnString)
sSQL = “(username SELECTO COMO xusername, patient_id_oae1 COMO xpatient_id_oae1, specify1 COMO xspecify1, oae1_grade COMO xoae1_grade de tbl_oae_1 DONDE oae1_id = “” y xoae1_id y “” “
sSQL de response.write
Fijar rs=objConn.execute (el sSQL)
si no rs.eof entonces
sSQL1 = “PARTE MOVIBLE EN LOS VALORES de tbl_oae_1_log (username, patient_id_oae1, specify1, oae1_grade) (CONCAT (“” y substituir (los rs (“xusername”),”” “,” '' ") y” “, el” DELETED'), CONCAT (““y substituir (los rs (“xpatient_id_oae1”),”” “,” '' ") y” “, el” DELETED'), CONCAT (““y substituir (los rs (“xspecify1”),”” “,” '' ") y” “,” DELETED'), CONCAT (““y substituir (los rs (“xoae1_grade”),”” “,”'' ") y” “,” DELETED')) “
response.write sSQL1
objConn.execute (sSQL1)
sSQL2 = “CANCELACIÓN de tbl_oae_1 DONDE oae1_id = “” y xoae1_id y “” “
response.write sSQL2
objConn.execute (sSQL2)
terminar si
Si err.number=0 entonces
response.write “los datos fue suprimido con éxito.”
Terminar si
objConn.Close
Fijar el objConn = nada
|