Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/02/2002, 15:57
dajacevit
 
Fecha de Ingreso: noviembre-2001
Ubicación: Manta Ecuador
Mensajes: 200
Antigüedad: 23 años, 5 meses
Puntos: 0
Re: ASP con MySQLX

Pues nunca me he conectado como tu lo haces,

con MysqlX, esta conexión es nueva para mí,

siempre lo he hecgo de la SIGUIENTE MANERA

Set titular = Server.CreateObject("ADODB.Connection")
titular.ConnectionString = "DRIVER={MySQL};Server=server_ip;uid=root;pwd =password;DataBase=mydatabase"
titular.Open