I am using ASP.NET with MS.Access In databse.. there is table called login with three fields i.e. id, username, password. following is the code which i am trying to run.
try like this
String q = "insert into login (username, [password]) values (@u, @p)";
cause: password is reserved word
Source