Subject The values '€','¥','£' are not getting added.
Author Ghanshyam
Hello,

The values '€','¥','£' are not getting added.

When i am trying to insert any one of the values - '€','¥','£'
into the table, it's not being added. I am trying to execute the
query from ASP.Net.
But if the same query is executed using IBConsole, then the
values are getting added successfully.
If the same query is executed using isql,then also it's not being
added.

e.g.
INSERT INTO currency (currencyid, currencyname, rate, symbol)
VALUES (1, 'Euro', 1.073, '€');

Can anyone help me?

Thanks in advance for any help.

Regards,
Ghanshyam.