%@ Language=VBScript %> <% set conexion = Server.CreateObject ("ADODB.connection") %> <% conexion.open set registros = Server.CreateObject ("ADODB.RECORDSET") set registros2 = Server.CreateObject ("ADODB.RECORDSET") texto_var=request("letra") sql="Select count(*) as total from ciec_directorio where ID_actividad='"&request("texto")&"' and cargo='0' and camaras='1'" registros.open sql,conexion,1 total_var=0 total_var=cint(registros("total")) registros.Close() %>
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||