Repository.ConnectToRepository: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) No edit summary |
Albert Szeto (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
== Property Syntax== | == Property Syntax== | ||
{{Template:ConnectToRepository}} | {{Template:Repository.ConnectToRepository}} | ||
== Usage Example == | == Usage Example == |
Revision as of 20:46, 17 September 2013
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:Repository.ConnectToRepository
Usage Example
Declare a new repository connection class.
Private WithEvents MyRepository As New Repository
Connect to the Synthesis repository.
Dim Success As Boolean = False Success = MyRepository.ConnectToRepository("RepositoryFileNamePath")