I've seen this done also on a Java project.  My understanding was that it
had to do more with the way an object oriented programmer's mind worked
than with any code efficiency.



                                                                                       
    
                    "Grabowy,                                                          
    
                    Chris"               To:     Multiple recipients of list ORACLE-L  
    
                    <cgrabowy            <[EMAIL PROTECTED]>                        
    
                    @fcg.com>            cc:                                           
    
                    Sent by: root        Subject:     Using procedures instead of 
coding   
                                         update/insert SQL...huh?                      
    
                                                                                       
    
                    01/14/2002                                                         
    
                    10:10 AM                                                           
    
                    Please                                                             
    
                    respond to                                                         
    
                    ORACLE-L                                                           
    
                                                                                       
    
                                                                                       
    




I just joined a new Oracle/Java project using Tomcat app server.  On this
project they decided to create an update procedure and insert procedure for
every table.  This procedure is then called in the Java code with the
appropriate parameters passed, instead of simply coding the UPDATE or
INSERT
SQL directly in Java.

Does anyone else take this approach?  I'm trying to understand the pros vs
cons of this approach.

TIA!!!

Chris
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Grabowy, Chris
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to