My problem is that i'm trying to write generic code that can work with any provider ( execept raster one)
With KingOracle we need to have a featureclassname : schema~table~geometry
with postgis we need schema~table.
with most of other provider table is enough.

For my generic code point of view how i am suppose to know how to specify the feature class name?

Bruno



<blockquote class="quote light-black dark-border-color"><div class="quote light-border-color">
<div class="quote-author" style="font-weight: bold;">Mateusz Loskot wrote:</div>
<div class="quote-message">
Bruno Scott wrote:
> i'm also a little confuse with that.

> We create the feature class with the Physical name and we insert feature
> with the Logical name?

> Is there an API to convert from physical to logical?

Currently, the PostGIS provider does not support any meta-schema to keep
track of logical to physical objects mapping. In PostGIS provider, all
logical name == physical name, more or less, with a little encoding
(using ~ character).

Cheers
-- 
Mateusz Loskot
http://mateusz.loskot.net
_______________________________________________
fdo-users mailing list
fdo-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-users

</div>
</div></blockquote>


<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/Get-FeatureClassName-tf4812824s18162.html#a13838674">Re: Get FeatureClassName</a><br>
Sent from the <a href="http://www.nabble.com/fdo-users-f18163.html">fdo-users mailing list archive</a> at Nabble.com.<br>