Posts: 101
Threads: 31
Joined: Sep 2013
Reputation:
0
Hello. How do i properly save cordinates into database? It doesnt accept cordinates like 432.2341 because of the dot. How can i make that dot to be a comma?
Posts: 1,351
Threads: 35
Joined: Sep 2011
Reputation:
0
How do you save the coordinate? As a varchar, integer or float? You should be saving them as float's because they have a dot inside of them. If that doesn't work, try and save it as a varchar.
Posts: 101
Threads: 31
Joined: Sep 2013
Reputation:
0
It is float and varchar did not work. Maybe ive made a mistake in the script. Gonna go trough it more carefully.