----- Forwarded message from Mauricio Amorim <[EMAIL PROTECTED]> -----

From: "Mauricio Amorim" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Oracle database
Date: Fri, 3 Aug 2001 12:31:41 -0300
MIME-Version: 1.0
Content-Type: multipart/alternative;
        boundary="----=_NextPart_000_11C5_01C11C18.3FA36430"

        Hi, Tim, my name is Maur�cio

        I see your email in mod_perl mailing list.
        I know that you make the DBI and DBD modules for perl.

        I have a doubt about Apache::DBI and a question.

        First, the Apache DBI , the little i read, it was
        make for increasing the performance of perl cgi that do connect do database. 
        (oracle, for example).

        With Apache::DBI the increase of performance is big ?

        Other question is that i did an module in perl for reutilize code in C that 
connect to 
        database Oracle or Informix and do other operations in database (SELECT, 
UPDATE) in C language.
        The code in C do connect with "EXEC SQL CONNECT TO .....".
        In this manner, i did an method called SB1_BD_Connect for do the connection 
with database, for that
        the others methods (routine) see the connection with BD. (i don't use the dbi 
connection because
        the routines of this module (in C language) don't see the dbi connection.

        In this case, i think that i don't obtain utilize dbi connection same.

        In this manner,  if i utilize the Apache::DBI for change the operations that 
        use dbi (DBI), with my module that utilize methods in C, exist any manner of i 
do
        database connection how Apache::DBI do.

        I think that i can utilize SB1_BD_Connect same.
        Exist an big prejudice of performance using the EXEC SQL CONNECT that 
        SB1_BD_Connect routine use ?
        
        
        
        thank you. 

        My english is not good. I need of an course.

----- End forwarded message -----

Reply via email to