Developing Portable Applications : 3. Application Considerations : Unsupported Features : Ingres OpenSQL Unsupported Features
 
Share this page                  
Ingres OpenSQL Unsupported Features
In the following table, the “X” designates Ingres OpenSQL features not supported by the gateways. If these unsupported features are used, the gateway or the DBMS execution generates an error, and the error is returned to the front-end.
Ingres Unsupported Feature
Microsoft SQL
Oracle
DB2 UDB
Create view with select command joined by the union operator
X
X
X
Update table commands using data from table in subquery (sqlcode -360)
X
X
X
DROP INDEX indexname; table_name.index_name must be used in DROP INDEX command
X