| Author: Sujit Kumar 05 Jul 2008 | Member Level: Diamond | Rating: Points: 3 |
please change in your s.p like : give column name instead of * in your query.
@Acls =str -->hear that str value will come declare @site as varchar(100) set @site="Select site from Documents m where" (@Acls)
|
| Author: Bunty 05 Jul 2008 | Member Level: Diamond | Rating: Points: 1 |
Hi,
Modify the above code with the below one and execute
give column name instead of * in your query.
@Acls =str -->hear that str value will come declare @site as varchar(100) set @site="Select site from Documents m where" (@Acls)
Thaks and Regards S.S.Bajoria
Thanks & Regards S.S.Bajoria
|
| Author: http://dotnetvj.blogspot.com 05 Jul 2008 | Member Level: Diamond | Rating: Points: 2 |
Hi
set @site='Select * from Documents m where' + '(' + @Acls + ')'
Modify ur query.
Thanks -- Vj http://dotnetvj.blogspot.com
Thanks -- Vj
http://dotnetvj.blogspot.com
|
| Author: Gaurav Agrawal 06 Jul 2008 | Member Level: Diamond | Rating: Points: 3 |
Register urself on this site for earning money by using this link
http://www.rupeemail.in/rupeemail/invite.do?in=MTAxNTM0JSMlS0hqblZtUFI0c3BmTmw2azNNVDhyb1dCaA==
GA
|