Limitations of Developing for Foreign Datasources

Business Components for Java was designed to work with Oracle8i, and as such there are limitations when working with other databases. When you chose to work with a different SQL dialect, the framework automatically changes the SQL style to suit. However, you must be careful to use the appropriate dialect of SQL when doing modifications to view objects. If, for example, you choose a SQL92 connection, during development time you have to make sure that no Oracle8i specific features are being used such as Oracle8 Objects and Oracle-specific SQL.

Observe the following limitations: