Das Notes Forum
Domino 9 und frühere Versionen => ND6: Entwicklung => Thema gestartet von: bikerboy am 08.02.08 - 13:48:51
-
Hi ,
kann es sein das das NotesDbDirectory auf einem LinuxServer etwas anderes zurück bekommt als auf einem WinServer ?
-
Ja. Die Pfadtrenner beispielsweise.
Groß/KLeinschreibung ist unter Linux relevant, unter Windoof nicht.
usw.
-
ja aber Notes ist ja nicht doof ob ich die DB mit \ oder / angebe findet er die ja trotzdem,
und die Navigation zwischen den DB funktioniert auch oder ?
-
Navigation zwischen DBs?
-
You create a new NotesDbDirectory object using the name of the server you want to access. You can use the following:
New
Note The New method is not supported in COM.
GetDbDirectory method in NotesSession
Syntax
Dim variableName as New NotesDbDirectory( serverName$ )
or
Set notesDbDirectory = New NotesDbDirectory( serverName$ )
Parameters
serverName$
String. The name of the server that has the database files you want to navigate. Use an empty string ("") to indicate the current computer.
-
Ja, was willst Du uns mit diesem Auszug aus der Hilfe sagen? ;)
-
Navigation zwischen DBs?
...The name of the server that has the database files you want to navigate...
Wollte nur die Antowrt auf deine frage liefern was ich damit meinte