Spatial extensions and the StoredProc component?
Posted: Tue 24 Oct 2006 10:47
Hi,
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
Any idea?
The full function is:
--
Martijn Tonies
Upscene Productions
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