I'm having problems to convert datetime types from the DB to wddx.

query name x
select dateTimeField From Tables

convert cfm2wddx input x output y
It blows error.

if I change my query to
select date_format(dateTimeField,'%Y-%m-%d') From Tables

And convert cfm2wddx input x output y
It works.

But dates are dumped as binary data...

Is there any way that I can make it simple strings?
I am using CFMX to dump, CF5 to read (on the other application) and MySQL 
as DB.

Any ideas?
Thanks.

Daniel

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to