Hi folks,
don't blame me for double posting but I haven't found and answer via search
I am trying to get my hands dirty with some DB usage. In fact I need a database (at least I think it is a good option) as a data storage for an application. But have a problem I can't solve and my old documents from university didn't help me either. How Do I map a Linked List?
Stupid example: There is a one to many relation between A and B, but 'n' isn't fixed at design time but rather at runtime. In my non-DB approach I just used a special token to indicate the end of the variable length field. But I don't how to do it for a DB. Well, I could simulate a linked list with foreign-keys but this is probably not the best way to do it.
Any ideas? Would be great help!