Tema: asp DB acces
Ver Mensaje Individual
  #13 (permalink)  
Antiguo 19/01/2008, 22:15
sirparte
 
Fecha de Ingreso: noviembre-2007
Mensajes: 11
Antigüedad: 17 años, 5 meses
Puntos: 0
Desacuerdo Re: asp DB acces

Cita:
Iniciado por Shiryu_Libra Ver Mensaje
Re-hola, sigue con el mismo error?
ACA TE DEJO EL CODIGO ENTERO DEL ARCHIVO ASP QUE TARDA....
LA PAG ES :
www.migliorisi.com.ar/prueba/index.htm
si lo abris con el explorer se cuelga o te abre despues de 5 min por reloj....si lo abris con firefox esta perfecto....



<% LANGUAJE="VBScript"%>
<html>
<head>
<title>Propiedades a estrenar</title>

</head>

<body leftmargin="0" topmargin="0">

"tabla y texto"


<form name="busqueda" method="post" action="consulta.asp">
<label>Seleccione por Barrio
<select name="barrios" >
<option>Indistinto</option>
<option>Abasto</option>
<option>Almagro</option>
<option>B.Norte</option>
<option>Boedo</option>
<option>Caballito</option>
<option>P.Centenario</option>
<option>Palermo</option>
<option>V.Crespo</option>
</select>
</label>
<br>
<br>
<label>Seleccione por Ambientes
<select name="ambientes">
<option value="Indistinto">Indistinto</option>
<option value="1">1 ambiente</option>
<option value="2">2 ambientes</option>
<option value="3">3 ambientes</option>
<option value="4">4 ambientes</option>
<option value="5">5 ambientes</option>
</select>
</label>
<br>
<br>
<label>Entrega dentro de
<select name="fentrega">
<option>Indistinto</option>
<option>3 meses</option>
<option>6 meses</option>
<option>9 meses</option>
<option>12 meses</option>
<option>15 meses</option>
<option>18 meses</option>
<option>21 meses</option>
<option>24 meses</option>
</select>
<br>
<br>
<strong></strong>
<INPUT name="BUSCAR" TYPE="SUBMIT" id="BUSCAR" value="BUSCAR">
</label>
</form>
<p align="center">
<br>
</p>
<p align="center"><br>
Migliorisi Emprendimientos
<br>
<a href="mailto:[email protected]">em [email protected] </a>
<br>
<br>
<br>
</p> </td>
<td width="31" height="1" valign="top"></td>
<td width="7" height="1" valign="top"></td>
</tr>
<tr>
<td width="4" height="702" valign="top"></td>
<td width="4" height="702" valign="top"></td>
<td width="348" height="635" colspan="6" rowspan="2" valign="top">
<%
Response.addHeader "pragma", "no-cache"
Response.CacheControl = "Private"
Response.Expires = 0
response.buffer=true

Set Conex = Server.CreateObject ("ADODB.Connection")
set rs = Server.CreateObject ("ADODB.Recordset")
Conex.open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source="& Server.MapPath("DBMigliorisi.mdb")
SQLbarrios="SELECT BotonFlash FROM emprendimientos"
rs.Open SQLbarrios, Conex

%>

<p>
<%while rs.eof=false%>
<embed src="<%=RS ("BotonFlash") %>" width="165" height="60" quality="high"></embed>
<%
response.flush
RS.MoveNext
wend
rs.close
Conex.close
%>
</p>
<br>

</td>

<td width="25" height="702" valign="top"></td>
<td width="31" height="702" valign="top"></td>
<td width="7" height="702" valign="top"></td>
</tr>
<tr>
<td width="4" height="462" valign="top"></td>
<td width="4" height="462" valign="top"></td>
<td width="250" height="304" colspan="3" rowspan="2" valign="top"> <p>
</p>
<p>&nbsp;</p>
<p align="center">&nbsp;</p></td>
<td width="12" height="462" valign="top"></td>
<td width="59" height="462" valign="top"></td>
<td width="31" height="462" valign="top"></td>
<td width="7" height="462" valign="top"></td>
</tr>
<tr>
<td width="4" height="38" valign="top"></td>
<td width="4" height="38" valign="top"></td>
<td width="45" height="38" valign="top"></td>
<td width="18" height="38" valign="top">&nbsp;</td>
<td width="160" height="38" colspan="2" valign="top">&nbsp;</td>
<td width="79" height="38" valign="top"></td>
<td width="46" height="38" valign="top"></td>
<td width="25" height="38" valign="top"></td>
<td width="44" height="38" valign="top"></td>
<td width="44" height="38" valign="top"></td>
<td width="12" height="38" valign="top"></td>
<td width="59" height="38" valign="top"></td>
<td width="31" height="38" valign="top"></td>
<td width="7" height="38" valign="top"></td>
</tr>
<tr>
<td width="4" height="32" valign="top"></td>
<td width="4" height="32" valign="top"></td>
<td width="45" height="32" valign="top"></td>
<td width="18" height="32" valign="top"></td>
<td width="135" height="32" valign="top"></td>
<td width="25" height="32" valign="top"></td>
<td width="79" height="32" valign="top"></td>
<td width="180" height="32" colspan="5" valign="top"><strong><font size="2" face="Arial, Helvetica, sans-serif"><a href="mailto:[email protected]"></a></font></strong></td>
<td width="127" height="32" valign="top"></td>
<td width="102" height="32" valign="top"></td>
<td width="12" height="32" valign="top"></td>
<td width="59" height="32" valign="top"></td>
<td width="31" height="32" valign="top"></td>
<td width="7" height="32" valign="top"></td>
</tr>
<tr>
<td width="4" height="1" valign="top"></td>
<td width="4" height="1" valign="top"></td>
<td width="45" height="1" valign="top"></td>
<td width="18" height="1" valign="top"></td>
<td width="135" height="1" valign="top"></td>
<td width="25" height="1" valign="top"></td>
<td width="79" height="1" valign="top"></td>
<td width="46" height="1" valign="top"></td>
<td width="25" height="1" valign="top"></td>
<td width="44" height="1" valign="top"></td>
<td width="192" height="110" colspan="3" rowspan="2" valign="top"><div align="center">
<p><font size="2" face="Arial, Helvetica, sans-serif"><strong>PARQUE CENTENARIO</strong><br>
Angel Gallardo 201<br>
(54 11) 4856-3330<br>
<a href="mailto:[email protected]">gallar [email protected]</a></font></p>
</div></td>
<td width="102" height="1" valign="top"></td>
<td width="12" height="1" valign="top"></td>
<td width="59" height="1" valign="top"></td>
<td width="31" height="1" valign="top"></td>
<td width="7" height="1" valign="top"></td>
</tr>
<tr>
<td width="206" height="109" colspan="5" valign="top"><div align="center">
<p><font size="2" face="Arial, Helvetica, sans-serif"><strong>ALMAGRO</strong><br>
Corrientes 4599<br>
(54 11) 4867-2200<br>
<a href="mailto:[email protected]">cor [email protected]</a></font></p>
</div></td>
<td width="219" height="109" colspan="5" valign="top"><div align="center">
<p><strong><font size="2" face="Arial, Helvetica, sans-serif">VILLA CRESPO<br>
</font></strong><font size="2" face="Arial, Helvetica, sans-serif">Corrientes
5500<br>
(54 11) 4856-1431<br>
<a href="mailto:[email protected]">cor [email protected]</a></font></p>
</div></td>
<td width="211" height="109" colspan="5" valign="top"><div align="center">
<p><font size="2" face="Arial, Helvetica, sans-serif"><strong>ALMAGRO</strong><br>
Salguero esq. Corrientes <br>
(54 11) 4867-1854<br>
<a href="mailto:[email protected]">cor [email protected]</a></font></p>
</div></td>
</tr>
<tr>
<td width="4" height="83" valign="top"></td>
<td width="817" height="83" colspan="16" valign="top"><p align="center"><font size="2" face="Arial, Helvetica, sans-serif"><a href="http://www.migliorisi.com.ar/main.htm" target="main">Inicio</a> - <a href="http://www.migliorisi.com.ar/busqueda.htm" target="main">B&uacute;squeda de inmuebles</a> - <a href="http://www.migliorisi.com.ar/porcodigo.htm" target="main">B&uacute;squeda por c&oacute;digo</a> - <a href="http://www.migliorisi.com.ar/tasaciones.htm" target="main">Pida tasaci&oacute;n</a><br>
<a href="http://www.migliorisi.com.ar/trayectoria.htm" target="main">Nuestra historia</a> - <a href="http://www.migliorisi.com.ar/trayectoria.htm" target="main">Nuestras oficinas</a> - <a href="http://www.migliorisi.com.ar/locales.htm" target="main">Nuestra ubicaci&oacute;n</a></font></p> <p align="center"><font size="2" face="Arial, Helvetica, sans-serif"><strong>Servicios</strong><br>
<a href="http://www.migliorisi.com.ar/ventas.htm" target="main">Ventas</a> - <a href="http://www.migliorisi.com.ar/alquileres.htm" target="main">Alquileres</a> - <a href="http://www.migliorisi.com.ar/profesionales.htm" target="main">Profesionales</a> - <a href="http://www.migliorisi.com.ar/financiacion.htm" target="main">Financieros</a></font></p></td>
<td width="7" height="83" valign="top"></td>
</tr>

</table>


</body>
</html>