JB

please tel me where is the doc ?

i don't know how to call data from database in jsp ?

by Jens Heylmann
Posted on Tue, 02/14/2012 - 19:46

Hi Julien,

as far as I know. there is no documentation about this topic available.

Best regards,

Jens

0
by julien biaussat Author
Posted on Wed, 02/15/2012 - 09:15

no documentation !!!

what the joke ?

0
by julien biaussat Author
Posted on Wed, 11/14/2012 - 08:45

here the answer :

    //database ABP

    Connection connection = null;

    try {

        Context initCtxt = new InitialContext();

        Context envCtxt = (Context)initCtxt.lookup( "java:comp/env");

        DataSource dataSource = (DataSource)envCtxt.lookup( "jdbc/businesspublisherdb");

        connection = dataSource.getConnection();

    } catch(Exception e) {

        ABPLogger.error("connection DB failed "+e.getMessage());

    }

    Statement statement = connection.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE);

 

    ResultSet rs = null;

    try{

        rs = statement.executeQuery("SELECT * FROM SYS.SYSTABLES WHERE TABLENAME='ASTATS_1'");

    } catch (SQLException sqle){

        ABPLogger.error("SQLException or Oracle ? :"+sqle.getMessage());

        try{

            rs = statement.executeQuery("SELECT * FROM ALL_ALL_TABLES WHERE TABLE_NAME='ASTATS_1'");

        } catch (SQLException sqle2){

            ABPLogger.error("SQLException even for Oracle :"+sqle2.getMessage());

        }

    }

 

0

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock