
08/04/2003, 13:03
|
 | | | Fecha de Ingreso: enero-2003 Ubicación: Argentina
Mensajes: 104
Antigüedad: 22 años, 2 meses Puntos: 0 | |
AAAAHHH,,,,,,ME EQUIVOQUE ES ASI LA CONECTION
<%
Dim Conexion,Tabla
Set Conexion=Server.CreateObject("adodb.connection")
Set Tabla=Server.CreateObject("adodb.recordset")
Conexion.Open "Driver={Microsoft Access Driver (*.mdb)}; " & "Dbq=" & Server.MapPath("base_guia.mdb")
Dim Temp
Temp="Select * From Comercios Where UCase(Categoria & Nombre & Direccion & Telefono) like '%" & UCase(Request("palabra")) & "%'"
Tabla.Open Temp, Conexion
If Tabla.BOF And Tabla.EOF Then
%>
DONDE METO ESO Q DICEN????
__________________ ...el triunfo no esta en vencer siempre...
sino en nunca desanimarse..... |