[fdo-users] Out Of Client Memory (-13) Error
Greg Boone
greg.boone at autodesk.com
Tue Dec 18 17:02:15 PST 2012
Which FDO provider are you using?
From: fdo-users-bounces at lists.osgeo.org [mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Thomas Riehle
Sent: Tuesday, December 18, 2012 12:16 PM
To: FDO Users Mail List
Subject: [fdo-users] Out Of Client Memory (-13) Error
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/20121219/f36f3e73/attachment.html>
More information about the fdo-users
mailing list