Repository.ConnectToRepository: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) m (moved ConnectToRepository to Repository.ConnectToRepository) |
Albert Szeto (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Repository Class|Repository}} | {{Template:APIClass|Repository Class|Repository}} | ||
{{APIComment|Connects to any (MS Access, MS SQL or Oracle) repository.}}<br> | |||
{{APIComment|If the extension of the file is 'rserp' then it connects to the enterprise database described in the file.}}<br> | |||
{{APIComment|Otherwise MS Access repository is assumed.}}<br> | |||
== Property Syntax== | == Property Syntax== | ||
{{Template:ConnectToRepository}} | {{Template:ConnectToRepository}} | ||
== Usage Example == | |||
{{APIComment|Declare a new repository connection class.}} | |||
Private WithEvents MyRepository As New Repository | |||
{{APIComment|Declare a new repository connection class.}} | |||
Dim Success As Boolean = False | |||
Success = MyRepository.ConnectToRepository("RepositoryFileNamePath") |
Revision as of 20:44, 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
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")