En R5 ( et avant), les fonctions @webDBName & @servername n'existaient pas.
voici comment l'on récupérait l'information :
@WebDbName => @ReplaceSubstring(@Subset(@DbName;-1);"\\";"/")
@ServerName => @Subset(@DbName; 1)
DataBase Path => @Subset(@DbName; -1)
Nostalgie quand tu nous tiens...