Your trying to insert string data into the database (at least that is my guess here), all string data going to the DB needs to be surrounded by single qoutes.

VB Code:
  1. "insert into pass (`סיסמא`,`שם משתמש`,`נושא`) values('" & password & "','" & username & "','" & title & "')"