[FX.php List] second find request

Gjermund Gusland Thorsen ggt667 at gmail.com
Wed Jun 27 08:48:08 MDT 2007


I would like to see your relational model in order to make a
suggestion for that query.

ggt667

On 6/27/07, Someone <someone at gagayaya.com> wrote:
> Hi guys,
> I want do a multiply find request
> (
> section1=102 and
> row1=12 and
> seat1=14
> )
> or
> (
> section2=102 and
> row2=12 and
> seat2=14
> )
>
> In filemaker you would create a second find request
> I couldn't figure it out so I create  calculation fields
> zw_ticket1 = section1 & row1 & seat1
> zw_ticket2 = section2 & row2 & seat2
>
>         $query->AddDBParam('zw_ticket1', $zw_ticket);
>         $query->AddDBParam('-lop', 'or');
>         $query->AddDBParam('zw_ticket2', $zw_ticket);
>         $queryResult = $query->FMFind();
>
> Any suggestion for a better method welcomed
>
> Frank
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>


More information about the FX.php_List mailing list