Re: PowerBuilder->Ingres to PowerBuilder->Oracle, anyone?

From: Rudy Van den Bergh <Rudy.van.den.bergh_at_Infoboard.Be>
Date: 1995/12/11
Message-ID: <30CC6C10.A01_at_Infoboard.Be>#1/1


The only thing that you have to look out for when transporting an application from one database to another in Powerbuilder are the places where you call dynamic SQL. The non-dynamic sql and datawindow sql are handled by powerbuilder and should work as usual. For the dynamic sql, you have to look out for sql-dialect clauses that won't work on the new database. E.g. the oracle connect by clause won't work on another database. Powerbuilder will not generate an error at compile-time because dynamic sql-clauses are usually string literals.

        Rudy Received on Mon Dec 11 1995 - 00:00:00 CET

Original text of this message