Quote:
|
Originally Posted by SPeRMiNaToR
they should already have an id.....maybe i'm just misunderstanding something
|
I think he's saying he has a table that already has records.
When you alter the table and add a new field, those previous records default to null - where he wants them to get a prepopulated ID from the alter table command. Or something like that.