[mapguide-users] Re: Oracle layer based on a view: I can't select

2012-04-22 Thread Franz1965
zspitzer wrote > > cool, hey can you post the syntax for other to see? > Yes, for sure. I've used exactly this one: ALTER VIEW ww_v_dsp_section ADD CONSTRAINT pk_ww_v_dsp_section PRIMARY KEY (fid) RELY DISABLE NOVALIDATE; In my case "fid" is candidate key for the view (it has unique values).

[mapguide-users] Re: toolbar button label

2012-04-22 Thread Jackie Ng
Not for the AJAX viewer. All toolbar buttons are icons only unless nested under a flyout - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/toolbar-button-label-tp4905982p4907053.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] KgOraInsert::Execute: Unable to find class definition

2012-04-22 Thread Franz1965
Hi all, I'm trying to insert a feature inside an Oracle Layer supported by King Ora FDO driver. Below more or less my code... The problem is that I get an FDO message: /"An exception occurred in FDO component. KgOraInsert::Execute: Unable to find class definition!\n"/ As you can see below, I c

[mapguide-users] Re: KgOraInsert::Execute: Unable to find class definition

2012-04-22 Thread Jackie Ng
You insert features into the layer's feature class, not its layer name - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/KgOraInsert-Execute-Unable-to-find-class-definition-tp4908256p4908797.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

[mapguide-users] Re: KgOraInsert::Execute: Unable to find class definition

2012-04-22 Thread Franz1965
Jackie Ng wrote > > You insert features into the layer's feature class, not its layer name > Hi Jackie, yes that was the problem. Now it works. Thank you :-) -- View this message in context: http://osgeo-org.1560.n6.nabble.com/KgOraInsert-Execute-Unable-to-find-class-definition-tp4908256p490