I would try the posting on the mge groups?
On Mon, Nov 9, 2009 at 8:09 PM, mighty_duck wrote:
>
> Autodesk FDO provider for Oracle
>
>
> Dejan Gregor wrote:
>>
>> mighty_duck,
>>
>> you have several Oracle FDO providers and versions (check
>> http://fdo.osgeo.org/OSProviderOverviews.html). Which
Autodesk FDO provider for Oracle
Dejan Gregor wrote:
>
> mighty_duck,
>
> you have several Oracle FDO providers and versions (check
> http://fdo.osgeo.org/OSProviderOverviews.html). Which one (name, version)
> are you using?
>
> Dejan
>
> On Mon, Nov 9, 2009 at 10:05, mighty_duck wrote:
>
which version and edition of mapguide,
autodesk fdo or king/osgeo fdo provider?
z
On Mon, Nov 9, 2009 at 8:05 PM, mighty_duck wrote:
>
> FDO
>
>
> zspitzer wrote:
>>
>> which provider are you using?
>>
>> On Mon, Nov 9, 2009 at 8:01 PM, mighty_duck wrote:
>>>
>>> I dont think it is Oracle error
mighty_duck,
you have several Oracle FDO providers and versions (check
http://fdo.osgeo.org/OSProviderOverviews.html). Which one (name, version)
are you using?
Dejan
On Mon, Nov 9, 2009 at 10:05, mighty_duck wrote:
>
> FDO
>
>
> zspitzer wrote:
> >
> > which provider are you using?
> >
> > On
FDO
zspitzer wrote:
>
> which provider are you using?
>
> On Mon, Nov 9, 2009 at 8:01 PM, mighty_duck wrote:
>>
>> I dont think it is Oracle error, it inserts everything correcly to
>> database,
>> problem start when FeatureService wants to return "information" that
>> feature
>> is succesufu
which provider are you using?
On Mon, Nov 9, 2009 at 8:01 PM, mighty_duck wrote:
>
> I dont think it is Oracle error, it inserts everything correcly to database,
> problem start when FeatureService wants to return "information" that feature
> is succesufully inserted into the database.
>
> Wouldn
I dont think it is Oracle error, it inserts everything correcly to database,
problem start when FeatureService wants to return "information" that feature
is succesufully inserted into the database.
Wouldn't it be maybe FDO problem?!
thanks
Dejan Gregor wrote:
>
> What is the ORA error/excepti
What is the ORA error/exception number?
Dejan
On Mon, Nov 9, 2009 at 09:42, mighty_duck wrote:
>
> Hi,
>
> I created table in Oracle with two columns: ID(primary key) and
> Geometry(SDO_GEOMETRY). I also done all stuffs with metadata and spatial
> index.
>
> Problem is when I want to insert
Hi,
I created table in Oracle with two columns: ID(primary key) and
Geometry(SDO_GEOMETRY). I also done all stuffs with metadata and spatial
index.
Problem is when I want to insert feature into the table...
featureService.UpdateFeatures(resourceIdentifier, commandCollection,
false);. This co