Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/08/2007, 15:51
Avatar de ginitofl
ginitofl
 
Fecha de Ingreso: diciembre-2006
Ubicación: Lima Perú
Mensajes: 349
Antigüedad: 18 años, 4 meses
Puntos: 22
Re: conexion VB6 con sql2000

REEMPLAZA ESTO:
Código PHP:
Adodc1.ConnectionString "Provider=Microsoft.Jet.OLEDB.4.0;" _
"Data Source=" App.Path "\db2000.mdb" 

POR ESTO:

Código PHP:
Adodc1.ConnectionString ="PROVIDER=SQLOLEDB.1;USER ID=sa;INITIAL CATALOG=AQUITUBASEDEDATOS;DATA SOURCE=(local)" 

SALUDILLOS