Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Preface

This documentation describes how to connect to Northwind database. The connector by default isn't  set up to be used with any other database. It is just a template for creating connections to specific SQL databases. You need to edit the connector and define all queries manually to match your DataBase.

...

To start this service the developer will need to create update the following files:

  • Via.Dbc.CommunityFetchService.exe.config
  • ConnectorDefinition.xml
  • IdentificationDefinition.xml (Optional)

...

For this guide the connection will be set up using the example files of Northwind database with an Microsoft SQL backend. The example files are provided with connector:

  • Via.Dbc.CommunityFetchService_Northwind.exe.config
  • ConnectorDefinition_Northwind_MicrosoftSQL.xml
  • IdentificationDefinition_Northwind_MicrosoftSQL.xml

...

  1. Via.Dbc.CommunityFetchService_Northwind.exe.config to Viato Via.Dbc.CommunityFetchService.exe.config  | for connector version 0.03+ needs to be renamed to Via.Connector.Dbc.GenericSQL.Fetch.Service.exe.config
  2. ConnectorDefinition_Northwind_MicrosoftSQL.xml to ConnectorDefinition.xml
  3. IdentificationDefinition_Northwind_MicrosoftSQL.xml to IdentificationDefinition.xml

...