INSERT INTO 语句的语法错误。 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.OleDb.OleDbException: INSERT INTO 语句的语法错误。Source Error: 
Line 25: 
Line 26:     olecommand.commandtext="insert into user(username,passwd,sex,e_mail) values('"& username.text &"'.'"& passwd.text &"'.'"& strtemp &"'.'"& em.text &"')"
Line 27:     oledatareader=olecommand.ExecuteReader(红色)(错误)
Line 28: 
Line 29:     'response.redirect("list_article.aspx")
到底怎么错了呢