Ciao a tutti ho questo probl.:
Ho pubblicato su di aruba il mio sito ho messo nella cartella mdb-database un file db (utenti.mdb) che mi serve per ragistrazione utenti, quando provo mi da il seguente errore
Microsoft JET Database Engine error '80004005'
'D:\Inetpub\webs\cardiodancecombatit\registrazione\mdb-database\utenti.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.
/registrazione/inc_common.asp, line 51
il file common.asp ha il seguente path:
strDataBasePath = "mdb-database/utenti.mdb"
la stringa di collegamento è la seguente:
cString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath(strDataBasePath)
cosa c'è che non va? dove dovrei cambiare il path?
grazie
Ho pubblicato su di aruba il mio sito ho messo nella cartella mdb-database un file db (utenti.mdb) che mi serve per ragistrazione utenti, quando provo mi da il seguente errore
Microsoft JET Database Engine error '80004005'
'D:\Inetpub\webs\cardiodancecombatit\registrazione\mdb-database\utenti.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.
/registrazione/inc_common.asp, line 51
il file common.asp ha il seguente path:
strDataBasePath = "mdb-database/utenti.mdb"
la stringa di collegamento è la seguente:
cString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath(strDataBasePath)
cosa c'è che non va? dove dovrei cambiare il path?
grazie
Ultima modifica: