Microsoft SQL Server Spatial

Microsoft 2008 SQL Server Spatial provides the ability to store, edit and access spatial data.

SIS supports loading data into the database whilst also allowing a multi-user environment with concurrent editing.

Microsoft SQL Server 2008 conforms to OpenGIS Simple Features Specification.

Spatial data will be stored in the GEOMETRY data type. This is a "Flat Earth" or planar data type which uses map coordinate reference system units.

SIS does not support the GEOGRAPHY data type.

This is a cursor based dataset.

Notes:

  1. Microsoft SQL Server does not recognise columns with unsigned integer types. Therefore Cadcorp SIS 7.0 creates any such columns as signed values. In addition, Decimal columns are created as NUMERIC, with a default numeric scale if both the precision and numeric scale are zero.

  2. TEXT, NTEXT and IMAGE data types will be removed in a future version of Microsoft SQL Server and should therefore not be used. VARCHAR(MAX), NVARCHAR(MAX) and VARBINARY(MAX) will replace them respectively.

Arguments to CreateDataSourceOverlay API Method

ASQLServerCursorDts

[Connection=string] - the full ADO connection string.
[Datasource=string]
[GeometryColumn=string]
[Wkt=string]
[Cache=Boolean]
[Readonly=Boolean]
[Filter=string] - optional

Dataset Properties

Dataset Item Properties

Compatibility:


Dataset Properties


Dataset Item Properties


See full list of Dataset Formats

Send comments on this topic.

Click to return to www.cadcorp.com

© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).