Re: Stored Procedure VS Package
Date: 7 Apr 1999 13:17:17 GMT
Message-ID: <01be80f9$082977e0$a12c6394_at_J00679271.ddc.eds.com>
No, a package is a collection of functions and procedures that is stored in a compiled form. You can use the same coding techniques in a packaged procedure as you use in a stand alone procedure.
yewpc_at_my-dejanews.com wrote in article <7ef83t$mc8$1_at_nnrp1.dejanews.com>...
> The main different between Stored Procedures and Packages is
> Stored procedure will return all the selected records to the calling
> program in once but Package will return the selected records,
> record by record to the calling program.(calling in a loop).
> AM I right ?
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
>
Received on Wed Apr 07 1999 - 15:17:17 CEST