This is the SQL syntax to add a primary key on an Oracle View alter view <viewname> add constraint <constraintname> primary key (<columnlist>) disable novalidate;
Once the view has a primary key, selection becomes available. Bruno -- View this message in context: http://n2.nabble.com/Oracle-FDO-and-View-tp1811392p2992905.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users