Helloo Maddy this part: *declare @uid varchar(20) declare @pwd varchar(20) set @uid = 'IRSADMIN' set @pwd = '1'* Is a store procedure? Or put I it on the button code?
May you explain typing on the code that I Sent? Thank's 2009/8/18 Maddy <[email protected]> > declare @uid varchar(20) > declare @pwd varchar(20) > set @uid = 'IRSADMIN' > set @pwd = '1' > select * from usertable where uid = @uid and pwd =...@pwd > > try the above one ll work > and not as > > select * from usertable where uid = '@uid' and pwd ='@pwd' >
