I am pretty new in database and I working on a MySql database.
Into a table I have a field named geographical_position having POINT as data type. This field represent the GPS position of a point on a map.
I tryied to insert a value as 41.729086, 12.278478 for a record of this table form my IDE but it was not initialized (it appear null)
Now trying to update it by the IDE (setting it "as text) butI obtain the following error message:
#22003Cannot get geometry object from data you send to the GEOMETRY field
What is the correct way to insert the coordinates of this point into this POINT field?
Check the manual: