[mapguide-users] Re: Oracle to sdf
lgoubet
lgoubet at GEOMAPGIS.com
Tue Mar 22 10:44:13 EDT 2011
The solution is the next:
string strFileNameOutputSdf = sdfNamePath + ".sdf";
MgByteReader mgByteReaderSdf =
resourceService.GetResourceData(mgResourceIdentifierSdf,
strFileNameOutputSdf);
MgByteSink mgByteSink = new MgByteSink(mgByteReaderSdf);
mgByteSink.ToFile("c:\\temp\\" + strFileNameOutputSdf);
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Oracle-to-sdf-tp6195959p6196608.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list