Hard One ? Compiling Forms 5.0 when connecting to 2 DBs
Date: 2000/06/15
Message-ID: <01bfd6ab$d78a9b00$6740e783_at_pc95-adpsb.lboro.ac.uk>#1/1
I hope someone out there can help me with this problem.
Using Oracle Forms 5.0 and database version 7.2 and 8.0.
I have a Forms application that requires me to be connected to a Oracle 8.0 instance and then a Oracle 7.2 instance. I am connecting and disconnecting using built-ins Logon and Logout successfully.
When I compile my Form I have to have a default connection so that Oracle objects (Tables, columns etc.) are recognised at compile time, but because I can only have one default instance connection, those modules using objects from the other instance cause a failure at compile time. If I reconnect using the other instance as default then all previously compiled modules fail.
I would like to be able to compile the code with an option to switch off the checking for existence of database objects, otherwise I cannot see the point of having the Logon/Logout built-ins.
Pali
-- P.S.Bains_at_lboro.ac.ukReceived on Thu Jun 15 2000 - 00:00:00 CEST