Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/10/2005, 18:30
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
En el archivo funciones.inc agregá la línea que marco en negritas:


DIM conexion
sub productos()
set conexion = Server.CreateObject( "ADODB.Connection" )
conexion.Open( "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + Server.MapPath( "bd/bd.mdb" ))
expSql="SELECT * FROM producto;"
set rs =conexion.execute(expSql)
end sub
__________________
...___...