Register on the forum now to remove ALL ads + popups + get access to tons of hidden content for members only!
|
|
|
|||||||
Our Live Cams |
Meet Our Girls | Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#31 | |
|
Former Staff
Join Date: Jan 2008
Posts: 1,943
Thanks: 10,419
Thanked 15,690 Times in 3,048 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Hi,
I think it was in relation to this former discussion in 2008 when we started with the origin set titles and converted them to chronological order. Quote:
|
|
|
|
|
| The Following User Says Thank You to icu For This Useful Post: |
|
|
#32 | |
|
Vintage Member
Join Date: Jun 2007
Posts: 184
Thanks: 216
Thanked 1,634 Times in 106 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quote:
Up until know I had simply haddled these multiple shoot stories with comments, however I am currently in the process of restructuring my data. but I digress.. To answer your question a Shoot as I see it is a distinct entity from the magazines, films or image sets it appears in. Thus a .S and .SA listing is possible even though the magazine story is unknown. However this explanation is not entirely consistent with how fannatastic has set up .SA. |
|
|
|
|
|
|
#33 |
|
Member
Join Date: Oct 2008
Posts: 19
Thanks: 483
Thanked 43 Times in 30 Posts
![]() ![]() ![]() |
Might be an idea to put letters down the vertical axis of the ID contact sheet, i.e.:-
A B C D E and put numbers along the horizontal axis :- 1 2 3 4 5 6 7 so models could be identified by grid square, for example, LATIN 3-D7 (meaning Latin sheet 3, fourth row down,seventh from the left). Might make it a bit easier to keep track. Could be used in addition to existing ident numbers and part names. Using this system I think LATIN 2-D5 (Zoe 3) could be Michelle Monaghan. Last edited by 12860491; 04-01-2010 at 05:23 PM.. |
|
|
|
| The Following User Says Thank You to 12860491 For This Useful Post: |
|
|
#34 |
|
Model ID Archivist
Join Date: Nov 2008
Location: spaceship earth
Posts: 6,052
Thanks: 30,790
Thanked 49,302 Times in 9,320 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
on which sheet thread are you referring to?
i guess, the problem with your idea is that this board doesn't offer the tools to create such a layout. you need something like tables for this issue. |
|
|
|
|
|
#35 | |
|
Vintage Member
Join Date: Feb 2012
Location: A Pacific island... not the West Island
Posts: 593
Thanks: 12,031
Thanked 5,695 Times in 572 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quote:
When designing a database where the potential primary key is not immutable, one should instead create a surrogate primary key field, e.g. numeric. Benefit: other tables linking to this one can then rely upon that primary key field. Allows all model names/ID to be altered as/when desired. Also allows different models with the same name, i.e. "Tina" or whatever is not a very good choice for primary key. NB, would need additional info. to distinguish this "Tina" from another of the same name, e.g. photo/nationality/filmography/whatever. Cost: slightly greater complication to data structure, as would have something like: modelKey [primary key, numeric, unique] ID [agreed best name at VEF] ... A normalised database, as opposed to a simple CSV, would have a related table of model names/aliases, and the ID field would be a foreign key pointing to whichever was the agreed best name: Models table: modelKey [primary key, numeric, unique] ID [foreign key, corresp. nameKey selected for this model, perhaps null if undecided?] Nationality ... Names table: nameKey [primary key, numeric, unique] modelKey [foreign key to Models table] name [string] "Aliases" would be a lookup query/join based on Names with corresp. modelKey as their FK. Sorry, my SQL is getting rust through lack of use. Late edit: A Names table would, however, only be useful if other data were being associated with those individual names/aliases. Last edited by effCup; 02-19-2012 at 02:59 AM.. Reason: Clarification. |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|