There a small problem if you insert/update database by using Parameter. Instead of using enum DbType, you should use OleDbType to save FCK's value to database. I tried many times with DbType.String but always receive the exception "Invalid character value for cast specification". Anyone know why ?