Viewing 3 posts - 1 through 4 (of 4 total)
Got it working once I knew that it wasn't the syntax on the query itself. It was the SRID.
I had tried numerous SRIDs with no success, but discovered that...
January 31, 2013 at 5:45 pm
#1583238
You're right, that does work. Hmm. That makes me think then that creating the table and/or populating it via the ESRI tools may be the problem (or it's...
January 31, 2013 at 5:06 pm
#1583232
David Webb-200187 (1/31/2013)Wouldn't it be the normal:SELECT @h = Shape FROM GIS_VECTOR.GIS.Box
David Webb-200187 (1/31/2013)
SELECT @h = Shape FROM GIS_VECTOR.GIS.Box
You'd think that would work, but it doesn't.
EDIT: Just to clarify. SQL does not object to the syntax,...
January 31, 2013 at 4:38 pm
#1583227