I need to apply the "&" operator in where clause...
the code is:
com = new OleDbCommand("select Accesstype from FTPSitesAuthorisation WHERE (SiteName = @site_name) & (UserName=@user_name)", conn);
It does not give any error,,, but the result is not correct , the "and" operation
is not applied...
please guide , where am I wrong...