Anyone wanting to see this happen with SQL Server and MGOS 2.4 or AIMS 2013,
first add the table to SQL Server:

CREATE TABLE [dbo].[COUNTRY](
        [ID] [int] IDENTITY(1,1) NOT NULL,
        [COUNTRY] [varchar](50) NULL,
        [GEOM] [geometry] NULL,
 CONSTRAINT [PK_COUNTRY] PRIMARY KEY CLUSTERED 
(
        [ID] ASC
)
) ON [PRIMARY]


Then, add the data (SQL Attached)

http://osgeo-org.1560.n6.nabble.com/file/n4994274/insert.sql insert.sql 








--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/MGOS-SQLexpress-coordinate-flip-tp4993496p4994274.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to