Using Substrings and Stored Procedurs
Hi,
Is there a way to use a stored procedure using ReportBuilder?
If not, is there a way to take in a parameter and search using SubString?
eg User enters in 2006 and I want to add a where clause where the
SubStr(Date,1,4) = '2006'(or whatever the user enters).
any help would be much appreciated.
regards,
Andrew Pondaag
Is there a way to use a stored procedure using ReportBuilder?
If not, is there a way to take in a parameter and search using SubString?
eg User enters in 2006 and I want to add a where clause where the
SubStr(Date,1,4) = '2006'(or whatever the user enters).
any help would be much appreciated.
regards,
Andrew Pondaag
This discussion has been closed.
Comments
The RB query tools do not currently support using stored procedures. You can
create a custom dataview that supports stored procedures. An example is
installed to RBuilder\Demos\4. EndUser Databases\SQL Server\2.
ADO\StoredProc
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com