<span class="gmail_quote"></span>Ok, I didn't know I couldn't set features which were ExecuteSQL()
result sets. I changed the program to use GetLayerByName().
SetFeature() now prints Messages like this: "OGR_PG: PQexec(DELETE FROM
"str" WHERE "ogc_fid" = 64696)". Is this what I am supposed to see if
features get set?<br>
<br>
Unfortunately, I now get an "EXC_BAD_ACCESS" signal during 
execution of the program. If I run it with ExecuteSQL() I don't get
that error.<br>
<br>
Regards,<br><span class="sg">
Philippe</span><div><span class="e" id="q_109721910ac6c1c2_2"><br>
<br><br>
<br>
<br><div><span class="gmail_quote">On 2/15/06, <b class="gmail_sendername">Frank Warmerdam</b> <<a href="mailto:warmerdam@pobox.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">warmerdam@pobox.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Philippe Wüger wrote:<br>> I am using GDAL 1.3.1, I can't find 1.3.2 for download. Where is it<br>> available?<br><br>Philippe,<br><br>Hmm, sorry about that.  1.3.2 only exists in my head, I meant 1.3.1.<br>I don't see any sign in the CVS logs that SetFeature was recently implemented
<br>so I suspect there is a bit more going on here.   Is there any change you are<br>trying to do a SetFeature() on a layer from ExecuteSQL() as opposed to<br>a "regular" layer fetched via GetLayer() or GetLayerByName()?
<br><br>You can't do SetFeature() on resultsets from OGRDataSource::ExecuteSQL()<br>and it would likely give back the error code you saw.<br><br>Best regards,<br>--<br>---------------------------------------+--------------------------------------
<br>I set the clouds in motion - turn up   | Frank Warmerdam, <a href="mailto:warmerdam@pobox.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">warmerdam@pobox.com</a><br>light and sound - activate the windows | 
<a href="http://pobox.com/%7Ewarmerdam" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://pobox.com/~warmerdam
</a><br>and watch the world go round - Rush    | Geospatial Programmer for Rent<br><br>_______________________________________________<br>postgis-users mailing list<br><a href="mailto:postgis-users@postgis.refractions.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">


postgis-users@postgis.refractions.net</a><br><a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://postgis.refractions.net/mailman/listinfo/postgis-users
</a><br></blockquote></div><br>

</span></div>