Hello,<div><br></div><div>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:</div><div><br></div><div>//Load featureclass<br>
</div><div><div>ISelect sel = (ISelect)Provider.Connection.CreateCommand(CommandType.CommandType_Select);</div><div>sel.SetFeatureClassName(this.Name);</div><div><br></div><div>IFeatureReader fr = sel.Execute();</div></div>
<div>fr.ReadNext();</div><div><br></div><div>Any ideas would be great!</div><div><br></div><div>Thanks,</div><div>Thomas</div>