We've been using Telerik Reporting for more than a year and very pleased with the results.
In one client app, some DB work is done in ASP.NET code which produces a table whose name is passed to Telerik Reporting which then uses it fine and all works great. We haven't had the need to use stored procedures in the app. A client now has a need for us to make the normal table into a SQL temporary table within TEMPDB. Although I've been quite successful in using SQL with our app, I'm not familiar with true SQL temporary tables.
Upon some research, I came across the' '# & '##' table name prefixes and so (maybe naively) I simply added a '##" to the table name which seems to create the correct table, however, the Telerik report fails with:
An error has occurred while processing Report 'SystemRpt1':
Invalid object name '##RPTTEMP_1_5'.
Do you have any example modules which show how to use true SQL temporary tables with Telerik Reporting?
We're using:
MS SQL Server 2005
ASP.NET 2.0 (in this app)
VS 2010 (VB)
IIS7
Much thanks in advance!
In one client app, some DB work is done in ASP.NET code which produces a table whose name is passed to Telerik Reporting which then uses it fine and all works great. We haven't had the need to use stored procedures in the app. A client now has a need for us to make the normal table into a SQL temporary table within TEMPDB. Although I've been quite successful in using SQL with our app, I'm not familiar with true SQL temporary tables.
Upon some research, I came across the' '# & '##' table name prefixes and so (maybe naively) I simply added a '##" to the table name which seems to create the correct table, however, the Telerik report fails with:
An error has occurred while processing Report 'SystemRpt1':
Invalid object name '##RPTTEMP_1_5'.
Do you have any example modules which show how to use true SQL temporary tables with Telerik Reporting?
We're using:
MS SQL Server 2005
ASP.NET 2.0 (in this app)
VS 2010 (VB)
IIS7
Much thanks in advance!