sql >> Database >  >> RDS >> Oracle

SQL-fout:ORA-00933:SQL-opdracht niet correct beëindigd

Puntkomma ; aan het einde van de opdracht had dezelfde fout bij mij veroorzaakt.

cmd.CommandText = "INSERT INTO U_USERS_TABLE (USERNAME, PASSWORD, FIRSTNAME, LASTNAME) VALUES ("
                + "'" + txtUsername.Text + "',"
                + "'" + txtPassword.Text + "',"
                + "'" + txtFirstname.Text + "',"
                + "'" + txtLastname.Text + "');"; <== Semicolon in "" is the cause.
                                                      Removing it will be fine.

Ik hoop dat het helpt.



  1. Beheer van gegevensbeveiliging

  2. Inzicht in 'datetime2' opslaggrootte in SQL Server

  3. SQLite JSON_REMOVE()

  4. IDEF1X Notatie