You are not logged in.
Pages: 1
I've tried using 'stored false' to make a field unique. It works giving a ESQLException message 'constraint failed'. The problem is that the next record added always gives the error 'column Name is not unique' no matter whether the key field has unique data or not. Could you have a look? It can be reproduced in the sample app 2 by changing the TSQLSampleRecord.Name property to stored false.
Offline
Yes, this works, giving a fail on duplicate data. But the next record added always gives an ESQLException with the message 'column Name is not unique'.
Offline
Pages: 1