Re: DB Structure Question

2007-11-01 Thread VijayK
It would be best to use an auto increment id as primary key in this case. Regards, Vijay On Nov 2, 4:51 am, cronet <[EMAIL PROTECTED]> wrote: > Hi, > > i'm getting Data from a XML Service which i need to store locally. > But now i don't know what DB Structure (esp. Prim Key) to choose... > > e.G

DB Structure Question

2007-11-01 Thread cronet
Hi, i'm getting Data from a XML Service which i need to store locally. But now i don't know what DB Structure (esp. Prim Key) to choose... e.G. descriptiontype_id description language descriptiontype_id is not unique. Each descriptiontype_id has different languages. So what to choose as Prim