FABRIC DEMO PROJECT

The Fabric Knowledge Base project includes a set of Logical Units, code examples and objects that are used in all Knowledge Base articles and Learning Items. It uses four SQLite databases as the data source.

Setup Steps

To setup the project and connect the databases, do the following:

  1. Open the Fabric Studio and create a new project.

  2. Download the KB_FABRIC_PROJECT.k2export file and import it to your project as follows:

    image

  3. Download the BILLING_DB.db, CRM_DB.db, COLLECTION_DB.db and ORDERS_DB.db files locally on your computer.

  4. Edit the CRM_DB, BILLING_DB, COLLECTION_DB and ORDERS_DB Interfaces, as follows:

    • Open the Interfaces from the Project tree.

      image

    • Edit the Database field, setting the location of the *.db file to the local directory.

      image

    • Test the connection by clicking on Test Connection String link.

    • Save the changes and close the DB interface.

    Click for more information about DB Connection Settings.

FABRIC DEMO PROJECT

The Fabric Knowledge Base project includes a set of Logical Units, code examples and objects that are used in all Knowledge Base articles and Learning Items. It uses four SQLite databases as the data source.

Setup Steps

To setup the project and connect the databases, do the following:

  1. Open the Fabric Studio and create a new project.

  2. Download the KB_FABRIC_PROJECT.k2export file and import it to your project as follows:

    image

  3. Download the BILLING_DB.db, CRM_DB.db, COLLECTION_DB.db and ORDERS_DB.db files locally on your computer.

  4. Edit the CRM_DB, BILLING_DB, COLLECTION_DB and ORDERS_DB Interfaces, as follows:

    • Open the Interfaces from the Project tree.

      image

    • Edit the Database field, setting the location of the *.db file to the local directory.

      image

    • Test the connection by clicking on Test Connection String link.

    • Save the changes and close the DB interface.

    Click for more information about DB Connection Settings.