Maybe this question is more related to SQL::Abstract, but maybe someone can help here: Is there any support for db engine independent escaping (user) input ('%' and '_')? DBI returns the escape character by calling $dbh->get_info(14), but I would like a more elegant/intuitive solution. -- Bernhard Graf