[fdo-users] Out Of Client Memory (-13) Error
Thomas Riehle
thomas.riehle at pds.nl
Tue Dec 18 09:15:48 PST 2012
Hello,
Has anyone run into the error message 'Out of client memory (-13) when
executing a select command that returns a feature reader? Here is the code
snippet:
//Load featureclass
ISelect sel =
(ISelect)Provider.Connection.CreateCommand(CommandType.CommandType_Select);
sel.SetFeatureClassName(this.Name);
IFeatureReader fr = sel.Execute();
fr.ReadNext();
Any ideas would be great!
Thanks,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/fdo-users/attachments/20121218/1527c44e/attachment.html>
More information about the fdo-users
mailing list