hi
i have some databse results that are NoneType and DateTimeType. now i
have trouble
joining these row results together like "|".join(result) as it says
cannot join NoneType , DateTimeType . How can i change these types so i
can join the columns together as string?
thanks

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to