Aron Szanitter
|
| Posted: 04/21/2003, 8:12 AM |
|
It seems to me that if I define a not numeric but a textual primary key CCS doesn't like it. I couldn't manage to create an editable grid in these cases.
Is it a normal thing?
Tia, Aron
|
|
|
 |
Aaron J. Scott
|
| Posted: 06/23/2003, 1:24 PM |
|
As a general rule all database engines will use autonumber fields to identify records as unique. The engine cannot increment your primary key with each new record. CCS adds 1 to the nth record pkey value and passes it to ADO. You can have more than one pkey at least one should be autonumber, let CCS use that for record identification.
|
|
|
 |
|