When I try to update new value to database table I recieve the next SQLSTATEMENT error:
SQLSTATE = 23000
[Sybase][ODBC Driver]Integrity constraint violation: no primary key value for foreign key 'f_sifra_kupca_popa' in table 'sif_stopnje_ddv'
No changes made to database.
INSERT INTO "sif_stopnje_ddv" ( "tarifa", "stopnja", "opis", "standardna", "sifra_kupca", "sifra_dobavitelja", "konto_kupci", "konto_dobav" ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ? )
SQLSTATE = 23000
[Sybase][ODBC Driver]Integrity constraint violation: no primary key value for foreign key 'f_sifra_kupca_popa' in table 'sif_stopnje_ddv'
No changes made to database.
INSERT INTO "sif_stopnje_ddv" ( "tarifa", "stopnja", "opis", "standardna", "sifra_kupca", "sifra_dobavitelja", "konto_kupci", "konto_dobav" ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ? )