Viewing 3 posts - 1 through 3 (of 3 total)
I decided to go with an inline function and pass the parameter to it. This is a new query but very similar.
Like this:
CREATE FUNCTION league_Team (@xID...
March 3, 2008 at 9:10 pm
#784772
Thanks Grant
I didn't mention that I was working in vbscript so that was my mistake.
I must be missing something though because I am still not sure how we arrive...
March 3, 2008 at 10:08 am
#784527
SELECT l.leagueplayer,
l.ltID,
l.approved
FROM leagueplayers l
WHERE l.ltID= @xID
In this case is the @xID defined somewhere. I am using VB Script...
March 3, 2008 at 8:55 am
#784476