i am writing a java problem connecting to mysql database. i don't know why data type decimal or numeric woudn't store any decimal numbers.
my java program would output:
Type was: DECIMAL
when trying to insert number like 23.50.
what data type should i be using? probably not numeric or decimal i guess.
thanks