Tema: MySQL y ASP
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 26/05/2002, 10:30
Avatar de yampoo
yampoo
 
Fecha de Ingreso: noviembre-2001
Ubicación: Vilanova i la Geltrú
Mensajes: 1.942
Antigüedad: 23 años, 5 meses
Puntos: 0
Re: MySQL y ASP

está bien así:

<% sqltxt="select * from tabla order by id"
Dim strParametros,cnnForos
strParametros = "Driver={MySQL};SERVER=localhost;DATABASE=nom bre;UID=usuario;PASSWORD=password"
Set cnnForos = Server.CreateObject("ADODB.Connection")
cnnForos.Open strParametros
%>

Una cosa:

Como es que aquí sale foros: Set cnnForos = Server.CreateObject