craigy72 Posted August 12, 2008 Share Posted August 12, 2008 Hello, I'm not sure if anyone can help me but I'm trying to get data from an SQL database to my flex application. However, for some reason the output is putting quotation marks around the data so flex therefore cannot interpret it correctly. See output: <data> <graphdata> <Spend>"30"</Spend> <noTransactions>"370000"</noTransactions> <graphdata> <graphdata> <Spend>"60"</Spend> <noTransactions>"250000"</noTransactions> <graphdata> <graphdata> <Spend>"90"</Spend> <noTransactions>"150000"</noTransactions> <graphdata> <graphdata> <Spend>"120"</Spend> <noTransactions>"900000"</noTransactions> <graphdata> </data> Any Ideas? Link to comment https://forums.phpfreaks.com/topic/119292-quotations-around-data-from-sql-database/ Share on other sites More sharing options...
discomatt Posted August 12, 2008 Share Posted August 12, 2008 If it's not in the database to begin with, then your code it doing it. Link to comment https://forums.phpfreaks.com/topic/119292-quotations-around-data-from-sql-database/#findComment-614483 Share on other sites More sharing options...
DarkWater Posted August 12, 2008 Share Posted August 12, 2008 Show your code. Link to comment https://forums.phpfreaks.com/topic/119292-quotations-around-data-from-sql-database/#findComment-614512 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.