Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stor Proc with 2 set of parameters

Status
Not open for further replies.

pko123

Programmer
Apr 17, 2007
27
US
Hi,
I have report that displays result from SQL stored proc. When i run stored proc with first set of parameteres, it results four columns
Market , Number1, Number2, Number3 as titles and
report runs fine. But when i enter second set of parameters,stor proc suppose to return following four columns
Category, Number1 , Number2, Number3 as titles but it still shows same titles as with first set of parameters i.e
Market , Number1, Number2, Number3

Now when i insert last 3 columns into the report for second set of parameters report runs fine but when i try to enter first column Market (supposed to be Category). report say
"One or more field could not be find in the result set. use verify database to update the report"

Even if i do verify database. it results nothing..could you please suggest something...we are using BO X1 R2
 
Please don't multi-post.

[yinyang] Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 [yinyang]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top