Board index » delphi » Paradox Autoincrement Fields Cause Key Violation -- Help!
tub...@arc.ab.ca (Jim Tubman)
![]() Delphi Developer |
Sat, 14 Mar 1998 03:00:00 GMT
Paradox Autoincrement Fields Cause Key Violation -- Help!
I have been trying to use Paradox autoincrement fields in a Delphi
application that I am developing. The tables in question need a unique number to serve as a key, and the number itself is not of any importance to the end users of the application. Autoincrement fields seem to be just the answer. I created by tables with the database desktop, made the first field an autoincrement field, and flagged it as the key field. All well and good. However, whenever I try to add anything to the table using a Delphi form, I changed the field type to long integer, added a field for the key to my I must be missing something, but there seems to be almost nothing about Can anyone help me out here? I'd be especially interested in help from --Jim Tubman --------------------------------------------------------------------------- |