aa=”select * from articles where id=”&id在ACCESS中是错误或者是不允许的,在SQL SERVER中没试过,正确的是aa=”select * from articles where id=”aa=+id为什么???我也想知道