Search:

Type: Posts; User: shashijsr

Search: Search took 0.18 seconds.

  1. Thread: Pagination.

    by shashijsr
    Replies
    0
    Views
    1,163

    Pagination.

    Hi All ,

    I am facing a problem in pagination .

    Scenarios: On the load of the jsp The paginations links are appearing. However , I have three buttons in my jsp on the click of which , the same...
  2. Replies
    0
    Views
    1,115

    pagination code...a quick way.

    <%@ page language="java" contentType="text/html; charset=ISO-8859-1" %>
    <%@ page import="java.sql.PreparedStatement" %>
    <%@ page import="java.sql.ResultSet" %>
    <%@ page...
  3. [JAVA CODE] stored proc to insert and then delete the data from another table /CODE

    create or replace
    PACKAGE BODY KEY_GPL_LCP_ARCHIVE AS

    procedure LCP_ARCHIVE_PROC(CHECKID_VAR in number, STATUS_VAR out VARCHAR2) AS
    STATUSID_VAR number;
    ACTIONFID_VAR number;
    PAYMNTFID_VAR...
  4. Stored proc to fetch row from 1 table and insert into another and delete from the 1st

    create or replace package lcp_archive
    as
    procedure lcp_archive_proc (check_id_var in number, status_var out varchar(1));
    end lcp_archive;


    create or replace package body lcp_archive
    as
    ...
Results 1 to 4 of 8