Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/07/2005, 15:05
Mauro2003
 
Fecha de Ingreso: septiembre-2003
Mensajes: 39
Antigüedad: 21 años, 5 meses
Puntos: 0
Lo siguiente estoy ocupando para realizar la conexión

<%
Dim Var1, Var2
Var1="alphabeto"
Var2="x2514tr7"

Set MyBase=Server.CreateObject("ADODB.Connection")
' MyBase.CommandTimeOut=0
MyBase.Open "Provider=SQLOLEDB.1;Password=" & Var2 & ";Persist Security Info=True;USER ID=" & Var1 & ";Initial Catalog=MAIPU;Data Source=CIUFO"
%>