Thursday, November 19, 2009

Hidden primary key

All tables have a hidden primary key (if you dont create one).
This gave me a lot of grief as none of my inserts would go through. It kept complaining about a "missing key".
the options are to either define a primary key or provide a value for the hidden key.

I am now going to see how I can assign a unique value for the hidden key

No comments:

Post a Comment