I'm trying to have files(.shp and image file types) that are listed(the location) in a text file exported to a database, by importing it into the manifold program and then exporting them from there into sql. The code is in C# and any references, similar coding and examples are welcomed.
info: I'm using Manifold System 8.0 Ultimate Editi...
I have exported an ESRI shapefile to SQL Server 2008 using Manifold, which gives me a column "Shape" of type Geometry. The Manifold .prj file looks like this
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],
PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
so I assume the SRID is 4326? How...
Is there a developer guide for Manifold System?
In their site i didn't find a beginners guide ,only a user guide and some samples.
I'm mostly interested in google map development through manifold.
Thank you
...