I need to bring some older pdox data int a SQL Server using a DTS. Every type of connection I get is some sort of locking/other user issue. But the data is now stored on MY local laptop.
What am I doing wrong here?
TIA
__Stephen
I have a report in a viewer on an ASP.NET page. Code is C#.
I need to pass in 2 params to the SP for data.
In the report designer's properties you can set stuff like LOGIN and Params.
This is what I have now but its bombing out on the "
ParameterFieldInfo='<%# @page =...
I have a CR report that uses a parameritized Stored Procedure for it's data source.
In the SQL Query is :"fillPage" "aPage" ,"aOpening". I also tried exec fillPage aPage ,aOpening with no results.
Any ideas?
I have a report configured and it needs 2 params, aPage & aOpening to fetch data from a SQL2K sp.
Where do I pass it and how? Currently trying to use :
//object aPage = Session["ptPage"] ; //as string;
//object aOpening = Session["ptPage"] ; //as string ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.