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.SqlServerCe.SqlCeException: There was an error parsing the query. [ Token line number = 1,Token line offset = 117,Token in error = Position ]
Source Error:
Line 47:
Line 48: var db = Database.Open("StarterSite");Line 49: if (db.Execute("INSERT INTO Teacher_Information(UserId,Discipline, Gender,Specialization,Address,Fax,Institution,Department,"Line 50: + "Present Position, City, Phone, CNIC ) VALUES(@0, @1, @2, @3, @4, @5, @6,@7,@8,@9,@10,@11)",
Line 51: userId,Discipline, Gender,Specialization,Address,Fax,Institution,Department,Present, City, Phone, CNIC) == 1) |
please anyonw tell what's this error mean?? how can i get rid of this??