I have a table with 3 columns, PrimaryKey(int)
, latitude(decimal 9,6)
and longitude(decimal 9,6)
.
I've imported a live view into mapinfo 10.5 using its DBMS connection but can't seem to make the table mappable or "create points' to map the coordinates.
I right click to add a new index in MS management studio but the only index types it brings up are clustered, non clustered and xml, no option for spatial.
A spatial index can be created only on a column of type
geometry
orgeography
.http://msdn.microsoft.com/en-us/library/bb964740.aspx