Board index » delphi » Data can't modified!
Istvan Safar
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Data can't modified!
I have a big problem when i'm trying to edit a record in my table.
The main problem is that the Borland Database Endine not contains the same information like the mssql7. I'm using Borland Delphi Enterprise 5.0 and a I have a problem with MSSQL create table KTORZS constraint iKTCIKKSZ primary key (KTCIKKSZ) create index iKTMNEV on KTORZS (KTMNEV) --------------------------------------------------------------------------- When i'm trying to edit a record , in the "C:\Program SELECT COUNT(*) FROM ktorzs But in the table i found this: select * from ktorzs where ktcikksz='1213 K+H GPZ' KTCIKKSZ KTBDEVAR Do you have any idea? Please help me... Istvan Safar (Anyway if i set cacheupdates to true the problem not exist, |