Showing posts with label Sessions. Show all posts
Showing posts with label Sessions. Show all posts

Wednesday, October 18, 2006

Repository Session

The RepSession object represents a single repository session. This manages the connection to the repository (using ODBC for the Local repository and NCH for the remote BES respository)

The Sessions collection contains all the active RepSession objects for the repository. It is zero based.





Dim objRepServer as RepServerLib.RepServer
..
Set objRepSession = objRepServer.Sessions(0)