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.
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to