I have a database with DOUBLE fields.
I can't insert number like 19,50, ...
But 19.50 works...
Any ideas ?
Thanks !
I have a database with DOUBLE fields.
I can't insert number like 19,50, ...
But 19.50 works...
Any ideas ?
Thanks !
Parse strings to double with comma and point might give you a few suggestions. I'm assuming here the comma number is a string.