Foros del Web » Programando para Internet » ASP Clásico »

asp DB acces

Estas en el tema de asp DB acces en el foro de ASP Clásico en Foros del Web. Hola , tengo una DB en acces que tiene 34 registros los cuales estan compuestos por 8 columnas, de las cuales una contiene la ruta ...
  #1 (permalink)  
Antiguo 28/11/2007, 00:54
 
Fecha de Ingreso: noviembre-2007
Mensajes: 11
Antigüedad: 16 años, 6 meses
Puntos: 0
Exclamación asp DB acces

Hola , tengo una DB en acces que tiene 34 registros los cuales estan compuestos por 8 columnas, de las cuales una contiene la ruta hacia el boton de flash correspondiente a ese registro.
a la hora de abrir la pagina asp me tarda terriblemente en cargar .es raro porque todos los botones juntos suman 196kb y ya he probado subir los botones directamente .. y no hay lentitud , pero si los levanta de la db, tarda no menos de 3 minutos en mozilla y como 6 en explorer...
no se donde me equivoco , pero no puede tardar tanto la consulta y la respuesta a la DB ...copio el codigo...
gracias.

<%
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

%>
'codigo html'
<% do while not rs.eof%>
<embed src="<%=RS ("BotonFlash") %>" width="165" height="60" quality="high"></embed>
<%
RS.MoveNext
Loop
rs.close
Conex.close
%>
  #2 (permalink)  
Antiguo 28/11/2007, 10:01
Avatar de JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 4 meses
Puntos: 772
Re: asp DB acces

Hola sirparte. Bienvenido al foro.

Para hacer preguntas es preferible utilizar el foro que mejor se adapte a tu duda, así podrán ayudarte más usuarios.

Muevo tu mensaje al foro de ASP desde Bienvenida a Foros del Web.

Saludos,
  #3 (permalink)  
Antiguo 28/11/2007, 10:43
Avatar de JuanRAPerez
Colaborador
 
Fecha de Ingreso: octubre-2003
Mensajes: 2.393
Antigüedad: 20 años, 7 meses
Puntos: 27
Re: asp DB acces

oki bien venido

una pregunta, solo muestras los botones?
no traes nada mas de tu base?
has visto el tamaño de tu base de datos?
no sera que la base no esta compatada?

verifica esto y comentanos para ver si te damos mas ayuda
porque por simple vista tu codigo esta bien.

suerte
__________________
JuanRa Pérez
San Salvador, El Salvador
  #4 (permalink)  
Antiguo 03/12/2007, 23:57
 
Fecha de Ingreso: noviembre-2007
Mensajes: 11
Antigüedad: 16 años, 6 meses
Puntos: 0
Re: asp DB acces

Cita:
Iniciado por JuanRAPerez Ver Mensaje
oki bien venido

una pregunta, solo muestras los botones?
no traes nada mas de tu base?
has visto el tamaño de tu base de datos?
no sera que la base no esta compatada?

verifica esto y comentanos para ver si te damos mas ayuda
porque por simple vista tu codigo esta bien.

suerte
si solo muestro botones de flash que pesan 5 k cada uno y son 34 en toda la db...
lo curioso es que si solo dejo 1 solo registro, me la bre rapidisimo...pero si dejo los 34 tarda una barbaridad....
es algo de la consulta no????
la verdad es que llevo 4 foros y nadie entiende q pasa me estoy volviendo loco por 34 registros
  #5 (permalink)  
Antiguo 04/12/2007, 10:57
Avatar de Shiryu_Libra
Colaborador
 
Fecha de Ingreso: febrero-2007
Ubicación: Cantando "Screenager" en "Kirafa Kaput"
Mensajes: 3.614
Antigüedad: 17 años, 3 meses
Puntos: 88
Re: asp DB acces

puedes mostrar el codigo donde despliegas los resultados que enlazan a tus botones?
__________________
"Eres parte del problema, parte de la solucion o parte del paisaje"
Un Saludo desde Desierto de Altar, Sonora, MX.
Shiryu_libra
  #6 (permalink)  
Antiguo 07/12/2007, 12:17
 
Fecha de Ingreso: noviembre-2007
Mensajes: 11
Antigüedad: 16 años, 6 meses
Puntos: 0
Re: asp DB acces

Cita:
Iniciado por Shiryu_Libra Ver Mensaje
puedes mostrar el codigo donde despliegas los resultados que enlazan a tus botones?
si esta en el encabezado de la pregunta... ahi levante todo el codigo...
conexion y la el codigo donde coloco los botones en la db...
y te dejo aca abajo el codihtm que se ve en la pagina cuando ya los levanto.
la verdad no veo nada malo..
no hay logica...la base de datos solo tiene las rutas de los botones..

<p>

<embed src="botonera/corrientes3850.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/corrientes4580.swf" width="165" height="60" quality="high"></embed>


<embed src="botonera/lavalleja152.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/serrano571.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/loyola228.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/villarroel1135.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/anchorena850.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/camargo257.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/bulnes1130.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/peron4415.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/rjaneiro578.swf" width="165" height="60" quality="high"></embed>


<embed src="botonera/araoz655.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/galicia279.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/lavalleja712.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/darwin929.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/pringles951.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/afigueroa928.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/lavalleja50.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/pringles940.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/salguero57.swf" width="165" height="60" quality="high"></embed>


<embed src="botonera/humboldt857.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/gurruchaga434.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/yatay485.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/villarroel1119.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/lavalleja305.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/ravignani1286.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/serrano202.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/cabrera3337.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/gurruchaga325.swf" width="165" height="60" quality="high"></embed>


<embed src="botonera/villarroel1126.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/vera730.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/mexico2800.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/peron4420.swf" width="165" height="60" quality="high"></embed>

<embed src="botonera/gurruchaga421.swf" width="165" height="60" quality="high"></embed>
  #7 (permalink)  
Antiguo 07/12/2007, 12:30
Avatar de Shiryu_Libra
Colaborador
 
Fecha de Ingreso: febrero-2007
Ubicación: Cantando "Screenager" en "Kirafa Kaput"
Mensajes: 3.614
Antigüedad: 17 años, 3 meses
Puntos: 88
Re: asp DB acces

intenta lo siguiente
<%
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

%>
'codigo html'

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

vamos a intentar manejarlo con el buffer de la pagina
__________________
"Eres parte del problema, parte de la solucion o parte del paisaje"
Un Saludo desde Desierto de Altar, Sonora, MX.
Shiryu_libra
  #8 (permalink)  
Antiguo 09/12/2007, 22:53
 
Fecha de Ingreso: noviembre-2007
Mensajes: 11
Antigüedad: 16 años, 6 meses
Puntos: 0
Re: asp DB acces

Cita:
Iniciado por Shiryu_Libra Ver Mensaje
intenta lo siguiente
<%
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

%>
'codigo html'

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

vamos a intentar manejarlo con el buffer de la pagina
MUY GROSO LO TUYO!!!!!!
4 FOROS DIFERENTES Y NADIE SABIA COMO RESOLVERLO....
ME LO RESOLVISTE CON 2 LINEAS DE CODIGO.....
MIL GRACIAS.....
BIEN EN MOZILLA ME LO ABRE AL INSTANTE...
PERO EL PROBLEMA AHORA LO TENGO EN EL EXPLORER....
ME DICE ERROR EN LA PAGINA...
Y TARDA... MUCHO MENOS..
PERO TARDA 60 SEGUNDOS EN ABRIR....
ESPERO QUE NO SEA MUCHO PEDIR!!!!
MIRA .. ESTE ES EL LINK..

www.migliorisi.com.ar/prueba/index.htm
  #9 (permalink)  
Antiguo 10/12/2007, 11:00
Avatar de Shiryu_Libra
Colaborador
 
Fecha de Ingreso: febrero-2007
Ubicación: Cantando "Screenager" en "Kirafa Kaput"
Mensajes: 3.614
Antigüedad: 17 años, 3 meses
Puntos: 88
Re: asp DB acces

haz notado que te marca error de definicion en la funcion javascript AC_FL_RunContent

ahora con respecto al explorer, hay que decirle que borre la cache
Cita:
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
y en el codigo ASP, anexarle
"reedito esta parte"
Cita:
Response.addHeader "pragma", "no-cache"
Response.CacheControl = "Private"
Response.Expires = 0
intentemos por ese lado, ya que IE siempre mantiene una copia de las paginas visitadas, de esta manera "se supone" que despliega la pagina mas rapido, pero si contiene una copia con error, muestra los errores

que mas, algo falta....
__________________
"Eres parte del problema, parte de la solucion o parte del paisaje"
Un Saludo desde Desierto de Altar, Sonora, MX.
Shiryu_libra

Última edición por Shiryu_Libra; 10/12/2007 a las 11:06
  #10 (permalink)  
Antiguo 10/12/2007, 13:06
 
Fecha de Ingreso: noviembre-2007
Mensajes: 11
Antigüedad: 16 años, 6 meses
Puntos: 0
Re: asp DB acces

Cita:
Iniciado por Shiryu_Libra Ver Mensaje
haz notado que te marca error de definicion en la funcion javascript AC_FL_RunContent

ahora con respecto al explorer, hay que decirle que borre la cache
y en el codigo ASP, anexarle
"reedito esta parte"
intentemos por ese lado, ya que IE siempre mantiene una copia de las paginas visitadas, de esta manera "se supone" que despliega la pagina mas rapido, pero si contiene una copia con error, muestra los errores

que mas, algo falta....
inclui el codigo que me pasate ...
pero sigue igual....
lo mas loco es que pasa solo con el explorer y lo prove en 5 pc dif , pensando en que quizas es el explorer de esta pc....
pero no .. sigue igual...
  #11 (permalink)  
Antiguo 19/01/2008, 21:19
 
Fecha de Ingreso: noviembre-2007
Mensajes: 11
Antigüedad: 16 años, 6 meses
Puntos: 0
Desacuerdo ya paso 1 mes y nadie sabe responderme

ya paso 1 mes y nadie sabe responderme..... por favor necesito ayuda!!!!!!! por favor necesito ayuda!!!!!!! por favor necesito ayuda!!!!!!! por favor necesito ayuda!!!!!!! por favor necesito ayuda!!!!!!! por favor necesito ayuda!!!!!!! por favor necesito ayuda!!!!!!! por favor necesito ayuda!!!!!!! por favor necesito ayuda!!!!!!! por favor necesito ayuda!!!!!!! por favor necesito ayuda!!!!!!!
  #12 (permalink)  
Antiguo 19/01/2008, 22:06
Avatar de Shiryu_Libra
Colaborador
 
Fecha de Ingreso: febrero-2007
Ubicación: Cantando "Screenager" en "Kirafa Kaput"
Mensajes: 3.614
Antigüedad: 17 años, 3 meses
Puntos: 88
Re: asp DB acces

Re-hola, sigue con el mismo error?
__________________
"Eres parte del problema, parte de la solucion o parte del paisaje"
Un Saludo desde Desierto de Altar, Sonora, MX.
Shiryu_libra
  #13 (permalink)  
Antiguo 19/01/2008, 22:15
 
Fecha de Ingreso: noviembre-2007
Mensajes: 11
Antigüedad: 16 años, 6 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>
  #14 (permalink)  
Antiguo 20/01/2008, 18:22
 
Fecha de Ingreso: noviembre-2007
Mensajes: 11
Antigüedad: 16 años, 6 meses
Puntos: 0
Re: asp DB acces

Holaaaaaaa!!!!!!!!
Alguien me puede ayudar por favor!!!!!!!!!!!!
realmente si no consigo respuesta a este problema por parte de este foro, creo que estoy perdido......
Por favor!!!!
  #15 (permalink)  
Antiguo 20/01/2008, 19:18
Avatar de Shiryu_Libra
Colaborador
 
Fecha de Ingreso: febrero-2007
Ubicación: Cantando "Screenager" en "Kirafa Kaput"
Mensajes: 3.614
Antigüedad: 17 años, 3 meses
Puntos: 88
Re: asp DB acces

mmmmm.....

haber intentemos algo.....
Código PHP:
     <%
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 SQLbarriosConex

%>
      
      <
p>
        <%while 
rs.eof=false%>
<
OBJECT width="165" height="60">
 <
PARAM NAME="movie" VALUE="<%=RS ("BotonFlash") %>">
<
PARAM NAME="QUALITY" VALUE="high">
 <
embed src="<%=RS ("BotonFlash") %>" width="165" height="60" quality="high"></embed>
 </
OBJECT>
<%
response.flush
RS
.MoveNext
wend
rs
.close
Conex
.close
%> 
solo como prueba.... segun esto esa es la forma de agregar un flash, y como eso es lo que son tus botones

, algo esta faltando..... que sera???
__________________
"Eres parte del problema, parte de la solucion o parte del paisaje"
Un Saludo desde Desierto de Altar, Sonora, MX.
Shiryu_libra
  #16 (permalink)  
Antiguo 20/01/2008, 19:40
 
Fecha de Ingreso: noviembre-2007
Mensajes: 11
Antigüedad: 16 años, 6 meses
Puntos: 0
Re: asp DB acces

no, no ... sigue igual................es increible , no entiendo que es lo que pasa... ya lo probe en 2 host dif.....
lo mas loco es que el firefox lo abre perfectamente bien y eso es lo que me enloquece ....
fijate aver que mas se te ocurre , porque a mi no se me ocurre nada....
gracias.
  #17 (permalink)  
Antiguo 21/01/2008, 19:47
 
Fecha de Ingreso: noviembre-2007
Mensajes: 11
Antigüedad: 16 años, 6 meses
Puntos: 0
Re: asp DB acces

Sera un problema del tipo "FlashObject"????
  #18 (permalink)  
Antiguo 22/01/2008, 09:42
 
Fecha de Ingreso: noviembre-2007
Mensajes: 11
Antigüedad: 16 años, 6 meses
Puntos: 0
Re: asp DB acces

Ya Esta Solucionado....... Toda Una Lucha ....exactamente Fue Un Problema Del Tipo Microsoft-eolas.......todo Solucionado Con Java.
Gracias De Todas Formas........
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 01:37.