<%@LANGUAGE="VBSCRIPT"%> <% ' *** Edit Operations: declare variables MM_editAction = CStr(Request("URL")) If (Request.QueryString <> "") Then MM_editAction = MM_editAction & "?" & Request.QueryString End If ' boolean to abort record edit MM_abortEdit = false ' query string to execute MM_editQuery = "" %> <% ' *** Edit Operations: declare variables MM_editAction = CStr(Request("URL")) If (Request.QueryString <> "") Then MM_editAction = MM_editAction & "?" & Request.QueryString End If ' boolean to abort record edit MM_abortEdit = false ' query string to execute MM_editQuery = "" %> <% ' *** Insert Record: set variables set Rs_cruces = Server.CreateObject("ADODB.Recordset") Rs_cruces.ActiveConnection = MM_cruces_STRING Rs_cruces.Source = "SELECT * FROM solicitudes WHERE id_solicitudes=" + (Request.Querystring("idanuncio")) + "" Rs_cruces.CursorType = 0 Rs_cruces.CursorLocation = 2 Rs_cruces.LockType = 3 Rs_cruces.Open() Rs_cruces_numRows = 0 %> <% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 Rs_dep_pas_numRows = Rs_dep_pas_numRows + Repeat1__numRows %> Gurutzeta Ospitalea :: Hospital Cruces
Home
Agenda

Hospital de Cruces Congresos
Cursos
Osakidetza Agenda

Home | Mapa del sitio | Contacto | comunactivo


<% Rs_cruces.Close() %>