Ver Mensaje Individual
  #6 (permalink)  
Antiguo 30/12/2003, 02:51
Avatar de Mickel
Mickel
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años
Puntos: 7
Yo hago esto

G_Connect = "DRIVER={SQL Server};UID=(usuario);pwd=(password);Database=(bd) ;SERVER=(servidor);app=" & App.ProductName
Set G_Cn = New ADODB.Connection
G_Cn.ConnectionString = G_Connect
G_Cn.CursorLocation = adUseClient
G_Cn.CommandTimeout = 300
G_Cn.ConnectionTimeout = 300
G_Cn.Open
__________________
No tengo firma ahora... :(