Salve,
ho trovato uno script per newsletter ma non capisco come configurare il percorso al db.

Nel file c'è questo percorso:

codice:
' database paths - the path to your databases, must be a "machine" path IE: starts with - X:\  Where X is the drive letter	' where the script is.  If you dont know what it is ask you web hosting provider. If you are on a "Unix" server then stop right 
	' now and delete this script because it will only work on a "Windows" server!
  strDBPath = "x:\path\to\newsletter\datastores\newsletter.mdb"
	strAdminDBPath = "x:\path\to\newsletter\datastores\admin.mdb"
la mia cartella db è su aruba e si chiama mdb-database e non è dentro la cartella newsletter ma nella root principale.

Come va scritto per farlo funzionare?