allora questa funziona,

questa sul serve a

const xDatabase="vprose" 'Database name
const xdblocation="" 'location of database relative to VP-ASP files
const xdatabasetype="ODBC" ' Database type: empty or ODBC, SQLServer, Drive
const xSQLUser="" ' SQL Server user
const xSQLPwd="" ' SQL Server password
const xSQLServer="" ' SQL Server name or IP address

ed è sul serve A

const xDatabase="rose" 'Database name
const xdblocation="\database\" 'location of database relative to VP-ASP files
const xdatabasetype="Drive" ' Database type: empty or ODBC, SQLServer, Drive
const xSQLUser="" ' SQL Server user
const xSQLPwd="" ' SQL Server password
const xSQLServer="" ' SQL Server name or IP address

questa sul serve C

const xDatabase="rose" 'Database name
const xdblocation="z:" 'location of database relative to VP-ASP files
const xdatabasetype="Drive" ' Database type: empty or ODBC, SQLServer, Drive
const xSQLUser="" ' SQL Server user
const xSQLPwd="" ' SQL Server password
const xSQLServer="" ' SQL Server name or IP address

non funziano, mi dicono che non è possibile collegarsi a \\garden3\database\rose.mdb

che è il percorso fisico della rete per arrivare al db rose.mdb
grazie Mauro