Repository.ConnectToRepository

From ReliaWiki
Revision as of 20:44, 17 September 2013 by Albert Szeto (talk | contribs)
Jump to navigation Jump to search


Connects to any (MS Access, MS SQL or Oracle) repository.
If the extension of the file is 'rserp' then it connects to the enterprise database described in the file.
Otherwise MS Access repository is assumed.

Property Syntax

Template:ConnectToRepository

Usage Example

Declare a new repository connection class.

       Private WithEvents MyRepository As New Repository

Declare a new repository connection class.

       Dim Success As Boolean = False
       Success = MyRepository.ConnectToRepository("RepositoryFileNamePath")