Ver Mensaje Individual
  #5 (permalink)  
Antiguo 27/07/2012, 13:53
Oli_pgr
 
Fecha de Ingreso: marzo-2010
Mensajes: 8
Antigüedad: 14 años, 1 mes
Puntos: 0
Respuesta: Conexion base datos ASP en 1and1

Ya lo he intentado y nada. Y metiendo la cadena de conexion en una variable, y con server.mappath y oconn. open cadena en vez de oconn.connectionstring y nada.

A ver si te aclara algo este mensaje de error:
este me lo da con oConn.ConnectionString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=E:\kunden\homepages\22\d384106488\db\tablon.md b"

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

y este otro con: oConn.open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=E:\kunden\homepages\22\d384106488\db\tablon .mdb"

Microsoft JET Database Engine error '80004005'

'E:\kunden\homepages\22\d384106488\db\tablon.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.