Quantcast
Viewing all articles
Browse latest Browse all 21760

Coldfusion 10 Update 11 SQL Server 2012 Query.columnList() Geometry Fields Error

When we do a query.columnList on a table that contains a geometry

datatype column it errors with unsupported data type. This does not

seem to be fixed in CF10 - Update 11. Have you heard of this, seen

this or have a solution to this issue?


Super easy to reproduce, just create a table with a geom or geography

column, run a query Select TOP 1 * FROM TABLEWITHGEMO, whatever and

then do the queryname_columnList which normal returns column names

that you can loop through (as you most likely know).


Viewing all articles
Browse latest Browse all 21760

Trending Articles