Jump to content

Quotations around data from SQL database


craigy72

Recommended Posts

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.