User Profile

Collapse

Profile Sidebar

Collapse
mndprasad
mndprasad
Last Activity: Oct 15 '10, 10:00 AM
Joined: Jan 23 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mndprasad
    replied to library convert number to string
    Hi
    Just save the following snippet as js file and call this file in code.

    Code:
    /* Author: Sandesh Karalkar
     * Copyrights: Sandesh Karalkar, 2004
     * SEE: http://in.geocities.com/skexz/
     * ----------------------------------------------------------------------
     * CURRENCY TO WORDS CONVERTOR (Indian version)
     * ----------------------------------------------------------------------
    ...
    See more | Go to post

    Leave a comment:


  • Make Ajax query to retrieve value from text box input

    Hi friends,
    Am new to AJAX coding, In my program am going to have two texbox which going to implent AJAX from same table. One box is going to retrieve the value of other and vice versa.

    I have implemented successfully for one text box, but it's done for the other field, since am getting script errors.

    Code:
    <script>
    var queryField;
    var lookupURL;
    var divName;
    ...
    See more | Go to post

  • mndprasad
    started a topic Connection pooling

    Connection pooling

    HI all
    I am connecting oracle 10g DB through my java program for my project ...people advicing me to use connection pooling where it recommemnds for the reuse of resources..

    DriverManager.r egisterDriver(n ew oracle.jdbc.dri ver.OracleDrive r());
    con = DriverManager.g etConnection("j dbc:oracle:thin :@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT...
    See more | Go to post

  • mndprasad
    replied to Query Takes time to execute
    This is my Query:

    SELECT distinct A.foliono, B.scheme_name,A .invfname,D.inv estment_amt,D.m ode_payment,E.b ankcode,D.docum ents,A.transact ion_no,A.appl_n o,case when D.pan_flag=1 then 'PAN,' else ' ' end,case when D.kyc_flag=1 then 'KYC.' else ' ' end FROM transaction_det ails A,scheme_master B,Investor_mast er C,purchase D,bank_master E WHERE B.scheme_code=D .scheme_code AND D.bankcode=E.ba nkcode AND A.transaction_n o=D.transaction _no...
    See more | Go to post

    Leave a comment:


  • mndprasad
    started a topic Query Takes time to execute

    Query Takes time to execute

    I am creating a jsp application . . . .I am retreiving some values from my database oracle 10g..my query taking time to execute even in isql plus..am uisng tomcat5 and oracle 10gR2..can anyone pls tell me why it happens...my query fetches data from four tables...i dont know exactly why its taking so muc time say 15 seconds...when i run the application in my local host it retrievs fast when i do that in server it creates a problem..

    ...
    See more | Go to post

  • mndprasad
    started a topic set Time interval
    in Java

    set Time interval

    Hi all

    I need a help here..am doing an application in jsp..i got struck in a position where i have not done that before

    There are multiple users in my application..fo r each user the time allotement is 9am to 4pm...after 4 it should automatically logout and the admin can increase the time interval say upto 5..so that he can work til 5pm...
    how can i do this...while logging also it should check the time
    See more | Go to post

  • mndprasad
    replied to XML with JSP
    in XML
    The thing is i want to save my jsp form values in to a xml ...
    after filling the html form everyone used to save it in DB...
    but i want that to save in xml by creating xml file...
    See more | Go to post

    Leave a comment:


  • mndprasad
    replied to XML with JSP
    in XML
    pls tell me in detail...
    i could not follow you......
    See more | Go to post

    Leave a comment:


  • mndprasad
    started a topic XML with JSP
    in XML

    XML with JSP

    Hai all,,

    I have a doubt..is it possible to submit jsp form data in to xml...
    i mean after filling the HTML form when i give submit it should save all the content in xml instead of DB.
    See more | Go to post

  • mndprasad
    started a topic search fies
    in Java

    search fies

    Hi all,

    i need a help here..

    i am doing document search in my application...i have all my files inside a folder..folder contains many folders and inside many files are there..if i specify one string it should display all the files that contains that word.
    for example if i search a word "welcome" if any file that contains welcome at any part of document it should specify that file along with the path...
    See more | Go to post

  • mndprasad
    started a topic converting 10 jpeg images to into a single tiff
    in Java

    converting 10 jpeg images to into a single tiff

    hi all
    i am doing a project in java where i need to convert 10 jpeg images into a single tiff image..conversi on of single jpeg image to single tiff is happening but embedding all the 10 jpeg images into a single tiff is not happening..i hav tried out with single image conversion..
    My code is

    *************** ********

    import java.awt.image. BufferedImage;
    import java.io.File;
    import java.io.IOExcep tion;...
    See more | Go to post

  • Two timestamp datatypes in single table of SQL server2005

    Hi

    i need to give two timestamp datatype in a single table of sql server 2005 DB..but it is showing error that it is not possible..pls anyone help me...

    my table::

    create table
    {
    intime timestamp null,
    outtime timestamp null
    }
    See more | Go to post

  • database connection for struts using sql server2005

    hi all,

    i am developing an application in struts and i need to connect database for that application using sql server 2005..
    can anyone tell me how to connect..plz help me
    See more | Go to post

  • Thank u..rski
    I have just deleted a table ...if anyone knows how to recover deleted data pls reply me...
    See more | Go to post

    Leave a comment:


  • NO,i have not committed the transaction...
    See more | Go to post

    Leave a comment:


  • i have already google many hours and wasted my time
    i have tried with toast data as suggested by some sites...
    See more | Go to post

    Leave a comment:


  • No rski,

    i never heard abt that..i am a new bie..
    so pls help me and what is the WAL files?...
    See more | Go to post

    Leave a comment:


  • get back deleted data from a table in postgres

    Hi,

    I made a blunder mistake..i have deleted some 100 rows from my table in postgres and that is very important in my project..pls give me a solution how to recover those deleted data ..i dont have any dump of that table....

    thanks in advance
    See more | Go to post

  • mndprasad
    started a topic Open a Window in java script

    Open a Window in java script

    Hi all,
    I am doing a project in jsp..where i need to open a window when some one clicks my menu item..

    my code is:

    [CODE=javascript]var menuItems = [

    ["<B>:: </B>Home","admin_ welcome.htm","" ,,,,,],
    ["<B>:: </B>Projects",,,, ,,],
    ["|sample1","s1. jsp",,,,,,],
    ["|sample2","s2. jsp",,,,,],...
    See more | Go to post
    Last edited by gits; Jan 23 '08, 07:30 AM. Reason: added code tags
No activity results to display
Show More
Working...