Repository.ConnectToAccessRepository: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) m (Protected "Repository.ConnectToAccessRepository" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]) |
Chris Kahn (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Repository Class|Repository}} | {{Template:APIClass|Repository Class|Repository}} | ||
{{Template:Repository.ConnectToAccessRepository.Cmt}} | |||
== | == Syntax == | ||
*ConnectToAccessRepository( FileName {{APIPrefix|As String}} ) {{APIPrefix|As Boolean}} | |||
{{APIPrefix|As String}} | |||
{{APIPrefix|As Boolean | |||
Parameters | |||
:''FileName'': The file path of the Synthesis repository you will connect to. | |||
The file path | |||
== Usage Example == | == Usage Example == |
Revision as of 16:45, 27 February 2014
Connects to an MS Access repository.
Syntax
- ConnectToAccessRepository( FileName As String ) As Boolean
Parameters
- FileName: The file path of the Synthesis repository you will connect to.
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.ConnectToAccessRepository("AccessRepositoryFilePath")