AA = "Select * from articles where id =" & id is incorrectly or not allowed, did not tried in SQL Server
,the correct one is
AA = "SELECT * from articles where id ="
AA = ID
Why ??? I also want to know