MySql also uses ? as a placeholder. Try:

Code:
INSERT INTO Users(UserName,Password) VALUES (?UserName,?Password)
UserID is the primary key column so I doubt you would want to insert into it as it should be set to autogenerate.