[FX.php List] delete multiple records at once

Timothy Tait bottledspider at gmail.com
Sat May 13 19:04:05 MDT 2006


hi there.

i am using fx.php to connect to a filmaker7 db.  i have a collection page on
my website, that consists of multiple records per user.  i have allowed
users to remove a single entry from the collection, and would like the
ability for them to delete all the entries.

is there a way in fx.php that i can do this?

i have tried
    $delete=new FX($serverIP, $webCompanionPort, 'FMPro7');

    $delete->SetDBData($dbName, $tableName);
    $delete->SetDBPassword($password, $username);
    $delete->AddDBParam('fk_CustomerID', $custID);
    $deleteResult=$delete->FMDelete(true);

to no effect.

any ideas?

thanks,
-timothy


-- 
give a man a fire, and keep him warm for a day.
set a man on fire, and keep him warm for the rest of his life.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20060513/b0fb48b6/attachment.html


More information about the FX.php_List mailing list