Viewing 5 posts - 1 through 5 (of 5 total)
I got this helpful response on another list. Hope it helps others.
---
There is an interesting story behind all this. First read kb287515 @
http://support.microsoft.com/?id=287515
This type of query...
April 24, 2003 at 12:15 pm
Oddly this works also:
SET @vcValue = 'We sell '
SELECT @vcValue = @vcValue + a.CategoryName + ', ' FROM Categories a WHERE a.CategoryID IN (SELECT * FROM #temp) ORDER BY a.CategoryID...
April 23, 2003 at 3:32 pm
I support what the article recommends.
You have to be careful using WA for internet and intranet apps because the user that IIS and now ASP.Net run under is sometimes a...
July 11, 2002 at 1:45 pm
The authors tested MS's beta 1 and beta 2 JDBC versions and both had problems.
February 25, 2002 at 9:34 am
Viewing 5 posts - 1 through 5 (of 5 total)