This is a migrated thread and some comments may be shown as answers.

Requesting SqlDataSource.Parameters.DBType.Structured

1 Answer 132 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Gary
Top achievements
Rank 1
Gary asked on 13 Jan 2012, 08:53 PM
Are there any current plans to add DBType Structured to the list of available DBTypes for SqlDatasource Parameters?

If not, please consider adding DBType Structured to the list of Parameter DBTypes for SqlDataSources. I believe this will allow for more reliable performance in Telerik Reporting when Table-Valued Parameters are created and passed to SqlDataSources which bind to Stored Procedures.

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 18 Jan 2012, 02:15 PM
Hi Gary,

Our declarative data source components are intended to specify declaratively how to retrieve the data for the report. They do not contain any data at all, they only specify the means how to obtain it e.g. in the case of SqlDataSource - by executing a SQL query against a database.

Our goal for the data source components is to be as generic as possible and allow you to connect to any database. So in this line of thoughts, we only utilize the available features of the ADO.NET connectors and do not add any custom features for specific database only. In this line of thoughts, we get the available DBTypes from the System.Data assembly and namely from the DbType Enumeration, which does not expose a Structured type.

All the best,
Steve
the Telerik team

Q3’11 of Telerik Reporting is available for download. Register for the What's New in Data Tools webinar to see what's new and get a chance to WIN A FREE LICENSE!

Tags
General Discussions
Asked by
Gary
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or