GordonL wrote > > In your final view in SQL Server 2008, you should just create a Point > object with your two x and y columns. > like this: > /select geometry::Point(g.PNT_X,g.PNT_Y,0) as GEOM > FROM tbMYTABLE g/ > Then you can use the FDO for SQL Server Spatial rather than ODBC. >
Hmm, that didn't work, and then I read the part about SQL Server 2008. Sorry we are still working in 2005. Man, what a bummer :( -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Points-from-Sql-ODBC-data-source-not-showing-tp7021115p7068540.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
