Salve ho un forum gratutito con db,avendo i permessi di scrittura in mdb database ho spostato il database del forum gratuito in mdb-database modificando il percorso nella pagina common.asp del database
strDbPathAndName = Server.MapPath("/mdb-database/wwForum.mdb")
pero sul server mi da questo errore
Microsoft JET Database Engine error '80004005'
'D:\Inetpub\webs\playworldit\FORUM\forum\mdb-database\wwForum.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.
/FORUM/common.asp, line 259
dove la 259 di common.asp e'
'Set the connection string to the database
adoCon.connectionstring = strCon
perche non mi si modifica il percorso del database?
sono nuovo scusa le banalita'delle domande
grazie

Rispondi quotando