Search found 2 matches
- Tue Sep 22, 2009 7:17 am
- Forum: Support
- Topic: How do the database tables fit together?
- Replies: 5
- Views: 4555
Re: How do the database tables fit together?
You are very close. The ZUID is our internal unique ID that we use inside the program and to identify the cover image (this will be important if you upload the covers folder). Core Data uses the PK as the id for the entries. So your last guess should have been correct. ZCOLLECTION.Z_PK -> Z_1ENTRIE...
- Thu Sep 17, 2009 2:25 am
- Forum: Support
- Topic: How do the database tables fit together?
- Replies: 5
- Views: 4555
How do the database tables fit together?
So I'm doing an export of my DVD library and I would rather do it from the sqlite DB than with the xport function from within the application, because then I can automate it better. But I'm having problems understanding how the tables fit together. What I want is to export all the DVDs and then all ...