J
J P Singh
Hi All
I am storing the currency used field in one my table and the values stored
are as below
£
$
?
etc etc
When i display the value like
response.write "Currency used = " & rs("CurrencyUsed")
It writes all the other values as it is but instead of £ it prints ?
For the above I get an output
?
$
?
Does anyone knows why this happens?
Thanks
Jas
I am storing the currency used field in one my table and the values stored
are as below
£
$
?
etc etc
When i display the value like
response.write "Currency used = " & rs("CurrencyUsed")
It writes all the other values as it is but instead of £ it prints ?
For the above I get an output
?
$
?
Does anyone knows why this happens?
Thanks
Jas