in reply to Re^2: What is wrong with this mSQL insert?
in thread What is wrong with this mSQL insert?
Well I always use dbh->quote() for dates, and indeed strings just to be on the safe side. A little overkill if the string should never include punctuation, but I like defensive programming here; 'should never' is a dangerous assumption in the real world (IME).