Michelle Murrain writes:
> I've identified quotes in particualr as characters I need to make sure
> get taken care of in some way or another before I pass them to a query. Are
> there others that folks know about, especially combinations of characters
> that lead to wierdness?
If you're using Perl, $dbh->quote() is your friend. Really.
Dan