Is there a way to use the ThinkGeo API's to create and manage tables (layers) as well as column (attribute) details for SQL2008 tables or does that all need to be done natively through SQL?
Create and manage SQL2008 Layes
Jason,
We doesn’t provide a built-in method to create the SQL 2008 tables, but we do provides several ways to manage the table, such as inserting features into table, updating features to the table and doing some queries etc. Normally, the Spatial SQL Server is same to the normal SQL Server table besides the Geometry column, right? So we can operate it using normal SQL Script and execute it using the ThinkGeo built-in method “ExecuteQuery” and “ExecuteNonQuery”.
Any questions please let us know. Thanks,
Johnny