wallaceoc80
Programmer
I am designing a table that will have two columns for gps coordinates. One for longitude and one for latitude. I don't know which data type I should use for this information. I was thinking either real or float.
I don't want the database to change the figure if it has less than 5ish digits after the decimal point. If it has more than that then it can round it off.
Which data type should I use?
Thanks for your help,
Wallace
I don't want the database to change the figure if it has less than 5ish digits after the decimal point. If it has more than that then it can round it off.
Which data type should I use?
Thanks for your help,
Wallace