Ver Mensaje Individual
  #8 (permalink)  
Antiguo 09/06/2002, 03:46
Avatar de urjose
urjose
 
Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 22 años, 4 meses
Puntos: 1
Re: No entiendo nada

Bueno pues tienes que colocar los datos de tu base de datos en las variables:
Cita:
'Enter the details of your SQL server below
strSQLServerName = "" 'Holds the name of the SQL Server
strSQLDBUserName = "" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "" 'Holds the password (for SQL Server Authentication)
strSQLDBName = "" 'Holds name of a database on the server
Ahi si no te puedo ayudar por que no se la configuración de tu máquina y/o del servidor.

Si te fijas las variables estan inicializadas, es decir, no tienen ningun valor y despues son utilizadas en la conexión, es por ello que te manda dicho error.

Saludos

<center><a href="http://www.forosdelweb.com/comment_usr.asp?usr=urjose"><img border="0" src="http://pcmasmas.com.ar/foro/images/avatars/043.gif"></a></center>