[mapguide-users] Oracle FDO and View

Bruno Scott bscott at geomapgis.com
Fri May 29 05:15:31 EDT 2009


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.



More information about the mapguide-users mailing list