Thanks for your comments
Reading about this I hope not to be wrong in my conclusion that
Should be okay.---- WHERE products.fk_cat = categories.id_cat AND products.fk_col = collections.id_col AND collections.link_col = ? SQL my $sth = database->prepare($sql); #print Dumper $link; # is okay $sth->execute( $link ); ----
In reply to Re^2: Avoid embedding variables in SQL - Dancer App
by GertMT
in thread Avoid embedding variables in SQL - Dancer App
by GertMT
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |