Are the spatial extensions supported by the StoredProc component?
I'm getting this error when trying it in my own application, but want to make sure whose fault it is
Code: Select all
Unknown column type "POINT" in "point"The full function is:
Code: Select all
CREATE FUNCTION new_point()
RETURNS point
begin
return PointFromText('Point(10 10)');
endMartijn Tonies
Upscene Productions