I'm trying to insert a name into our database using the following call: $db->insert( 'MBR_GEN', $data, 'EML' );
$data includes the column names to value. One column is 'FIRST_NM' and the value is: Josué However, when I insert it into our database, it inserts as: Josu¿¿ I've even did a var_dump() of $data and it shows fine there. It's only when I insert. I manually altered the data in the table, and it's fine. So...our DB seems to support it. Any clue as to why Zend_Db is altering the value? --- Philip [EMAIL PROTECTED] http://www.gpcentre.net/
