MySql text blocks integers and decimal points.

Asked By 40 points N/A Posted on -
qa-featured

Hi to everyone,

MySQL text blocks integers and decimal points. I cannot seem to enter a number, integer and decimal points into my MySQL database connected to my Java calculator system. This is the same problem I got two weeks ago with another kind of system. Would you please let me on the proper set up?

Your suggestion is very much welcome.

SHARE
Best Answer by Shifflett Laurel
Answered By 0 points N/A #187208

MySql text blocks integers and decimal points.

qa-featured

Dear Trevor;

It is very simple to insert integers and decimal points in MySQL. Brother there are available detailed data types in MySQL library. Here I am discussing a few of them.

Integers:

  • TINYINT
  • SMALLINT
  • MEDIUMINT
  • INTEGER
  • BIGINT

Floating Points:

  • FLOAT
  • DOUBLE
  • DECIMAL

Try out these; I hope they will help you. If still your Java calculator system isn't entering the data, then you need to configure your calculator properly with the PC.

Best Answer
Best Answer
Answered By 0 points N/A #187209

MySql text blocks integers and decimal points.

qa-featured

Hello Trivor Jhon,

I have clearly realized the problem you have faced. It is obviously possible to give the data type in the field of database table as required. If you have a hosting then please try the following.

Firstly you have to enter the host a PHP my admin database system.

Select database.

Select table.

Select row.

Change your numeric data as following image.

Change your numeric data

I hope this suggestion will be very effective in your web development.

Regards,

Shifflett Laurel

Related Questions