Christian,On looking at your output once more, if you're trying to insert a string, "2001-11-11 11:11:11::timestamp" into a TIMESTAMP datatype, this won't work. That's why it's complaining about a typecast... this at least makes logical sense to me. You'd have to change the datatype to accept a string, which is what you're trying to fill with a value.
Does that makes sense?
