Re: Pro*C vs. PL/SQL

From: Thomas Dunbar <tdunbar_at_gserver.grads.vt.edu>
Date: 1996/01/18
Message-ID: <30FE67E9.1C94_at_gserver.grads.vt.edu>#1/1


Garth Kennedy wrote:
> a mix of PRO*C and PL/SQL would be suggested. There is probably
> I/O and File activity in the existing application that will
> need to remain, also text formating, all of which are not
> so easy in straight PL/SQL.

as to I/O and File activity, while that used to be awkward in straight PL/SQL, in PL/SQL v 2.3 (with the 7.3 server) one can do file i/o via the utl_file package

as to your other argument in favor of Pro*C, do you really think text formatting is easier in C than in PL/SQL? only if you make use of specialized c code for text-formatting and it's just as easy to do the same thing with pl/sql, i think.

  thomas   

-- 
Thomas Dunbar    540 231-3938 (fax 3714)   http://gserver.grads.vt.edu/
Received on Thu Jan 18 1996 - 00:00:00 CET

Original text of this message