[]
In addition to data sources built in natively to Wyn, your developers might make available custom data sources under the "Custom" connectors section, like the one you see in the image below. Different sources with different icons will be available to you.

The Firebird Custom data source is a .NET custom data source. Click the icon to create a Wyn Data Source.
The dialog box will have a link to a guide provided by the developer on how to connect to the data source, including what connection string to use.
Provide a Connection String and test the connection.

You can now create datasets that use the custom data source. In the screenshot below, there is a cached data set connected using the Firebird data source, and we create a table with the following SQL statement:
SELECT * FROM Employee;
and press preview
