I have this SQL statement however despite using INSERT INTO statements i don't understand why this statement isn't working. The error is 'Syntax error in INSERT INTO statement' And the statement is:
"INSERT INTO LoginInformation (Username, Password) VALUES ('" & HashedUsername
& "', '" & HashedPassword & "')"
Just wondering if anyone can see any obvious errors. Thanks for any help.
passwordis a reserved word. Please read How to Ask and take the TOUR