[]
        
(Showing Draft Content)

Connect to a .NET Custom Data Provider

Connect to a Custom .NET Data Provider

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.


NewCustomDataSource


The Firebird Custom data source is a .NET custom data source. Click the icon to create a Wyn Data Source.


CONNEC~1


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.


TestConnection


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


FirebirdNativeQueryDataset