wisdom on how to create PKs in CF that I don't have.
I am being space conscious and have declared a PK for a table
with a data type of TINYINT because I will never have more than
255 records. My records don't have suitable unique values so I wanted to
use the IDENTITY attribute in SQL Svr to automatically create the
primary keys. Trouble is that once I delete one of the records,
that PK value will never be used again.
Is there a clever way in CF to create the PK yourself and be
able to reuse the value when it is deleted.
Nick Cabell
451 Learning Systems
(650) 823-1858
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

