Dear all,
I’ve created a very simple table for currencies.
currID int
currDesc varchar(50)
currAbbrev varchar(5)
currSymb varchar (1)
varchar are all latin1_swedish_ci (option)
when I try to insert “?” on Euro currSymb field the form seems to store it correctly.
But if I go later to next entry , i.e. US Dollar that work nice with $, and come back to Euro the “?” simbol has disappeared.
Have you please a workaround o a solution ?
many thanks
Giovannino
See mini video here : http://vimeo.com/37183922