[mythtv] MythVideo - multiple parts to a movie

DanM dan at milkcarton.com
Fri Jul 25 13:11:45 EDT 2003


Those are good points I hadn't thought about.  I will use the child 
approach.  Thanks for the insight thor!

-dan

thor wrote:

>On Friday 25 July 2003 07:34 pm, DanM wrote:
>
>  
>
>>select * from blah where parentID = someNumber;
>>vs.
>>select * from blah where childID = someOtherNumber;
>>    
>>
>
>	If it's done with a child value, you don't need another select at all. You've 
>already loaded data about this movie, so you know if it has a child. 
>
>	Pluss, if you do it as a parent, what if your select call returns multiple 
>rows?
>
>- thor
>
>
>_______________________________________________
>mythtv-dev mailing list
>mythtv-dev at snowman.net
>http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-dev
>  
>



More information about the mythtv-dev mailing list