Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141831 | Jan 7,2019 08:11 AM UTC | Jan 9,2019 03:53 PM UTC | Dashboard Platform | 2 |
![]() |
Tags: Dashboard SDK |
Connection connection= new Connection { DataSources = new List<DataSourceConnectionString>()};
ConnectionStringBuilder genetator =new ConnectionStringBuilder();
ConnectionParameters connectionParameter1 = new ConnectionParameters
{
Url=””, // Your web data source url
AuthenticationType = 1, //Server or Windows Authentication Type. Mostly on demand connection should be Server Authentication.
};
connection.DataSources.Add(new DataSourceConnectionString
{
Name = "DataSource1",
ConnectionString = generator.GetConnectionString(connectionParameter1, ConnectionProviderType. WebDataConnector, OdbcDbmsType.None)
});
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.