Re: Negative Numbers in "Identity" or" Autonumber" fields



JOG wrote:
....
I'm having trouble following this at all bernard. Entities have keys?
Surely not - only relations have keys. Entities have identifying
attributes. I also can't make head nor tail of what you mean when you
talk about "attaching data to the correct identity", or why one would
ever talk about 'objects' in reference to the rows of a relation.
Perhaps I have misunderstood your intended meaning.


Another important post.

p
.



Relevant Pages

  • Re: Python Doc Problem Example: os.path.split
    ... I was working on a program where i needed to split a path into dirname, ... > Split the pathname path into a pair, (head, tail) where tail is the ... > last pathname component and head is everything leading up to that. ... > tail part will never contain a slash; if path ends in a slash, ...
    (comp.unix.programmer)
  • Re: Using a link list over an array.
    ... compile (p->data is a void *) so you have not shown us some key ... int cmp ... head = list_sort; ... list_type *tail; ...
    (comp.lang.c)
  • Re: One-To-One Relationships
    ... with context. ... identifiable here as "JOG". ... "head of department" example again. ... They do refer to things in the real world, but in a way my model doesn't ...
    (comp.databases.theory)
  • Re: One-To-One Relationships
    ... To refer to something you have to identify ... with context. ... identifiable here as "JOG". ... "head of department" example again. ...
    (comp.databases.theory)
  • Re: Linked List
    ... pete wrote: ... int main ... head = tail = NULL; ... head = list_sort; ...
    (comp.lang.c)