[mythtv] DVB support - Status update

Joel Feenstra joelf at altelco.net
Fri May 2 21:06:57 EDT 2003


I think your best bet is looking at the mysql section on join.

http://www.mysql.com/doc/en/JOIN.html

there's a user comment about student's grades and assignments that might 
be some help.

Joel Feenstra


Andy Davidoff wrote:
> I understand the technique, it just doesn't work for me. :-)
> 
> Your method would work with a single query, but it'd require changes
> to code that wants to iterate over channels one record at a time and
> populate objects with channel data.
> 
> My goal is to get all the channel/tuning data with a constant number
> of queries -- more channels or capture cards or inputs should not
> inflate this constant.  I don't want to do this at the expense of
> storing integers (or names of variables) as strings.
> 
> Any ideas on how to do that?
> 
> 
> On May 02, at 15:52, Joel Feenstra encoded a 1.1K recording:
> 
>>SELECT parametertype, parameter FROM tunning WHERE chanid = 1114;
> 
> _______________________________________________
> 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