i want to insert some data to my DB table . my table called PatientInfo contains columns PName, DOfBirth, Telephone, Sex
i've tried this query: INSERT INTO PatientInfo (PName, DOfBirth, Telephone, Sex) VALUES ('XXXX', 28, 0111000000, 'Female');
but this error appears: [Err] 1416 - Cannot get geometry object from data you send to the GEOMETRY field
could someone help me on that...