Search:

Type: Posts; User: jai

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,472

    Re: DIRECTING TEXT OUTPUT AT THE LOCAL MACHINE

    @ 777 --

    Sorry for the belated response. Yes. I would like the whole file to be shown at the client console and saved there. I tried invoking wordpad. Works fine in some machines. But on some...
  2. Replies
    3
    Views
    1,472

    DIRECTING TEXT OUTPUT AT THE LOCAL MACHINE

    My program is hosted in linux server. Clients use WinXP. I've a method which processes data at the server side and generates a text output.
    This text file is presently being created in the server...
  3. TAKE & PUT VALUES INTO AN ORACLE TABLE THRU A LOOP

    Hi all,

    I'm a beginner in java. I've got a small problem for which i would like to have your expert opinions.

    I've an Oracle table which has 65 fields. Apart from the first field which is of...
  4. Replies
    3
    Views
    2,731

    JAVASCRIPT DATE DIFFERENCE PROBLEM

    First of all, sorry if this post is in wrong forum. I could not find a forum here for js. so posting it here. My problem is that i've written a js function to find the difference between two dates....
  5. Re: Extracting the " (Double Quote) character from a string

    Ya, you are right. The Exception occurs at the Integer.parseInt. And I only want to remove quotes from the string, provided they exist in the string. I tried
    String.replaceAll("\\"", ""); But...
  6. [CLOSED] Extracting the " (Double Quote) character from a string

    I have a string in the following pattern.
    "xxx","xx",12.12.2011,16,"remarks"

    I am parsing this string and writing to a database. I have written the code. But however I try, I am not able to...
  7. Replies
    2
    Views
    2,963

    Javascript function returns NaN

    sorry folks if this post is not pertaining to jsp. I could'nt find a forum for javascript in here. so I am posting it here.

    I've a jsp with a <html:text> element which is supposed to accept year...
  8. Replies
    4
    Views
    2,995

    Re: onchange does not work

    thanks..used onblur and it made a difference..
  9. Replies
    4
    Views
    2,995

    Re: onchange does not work

    onkeyup is also not working. See, my intention is to invoke this javascript function on the lostfocus of the second text box. This function should be invoked in all cases ie. when the user fills the...
  10. Replies
    4
    Views
    2,995

    onchange does not work

    i've a jsp with two html:text elements namely Fromdate and To date. These are intended for user to input datetime values. Next to these text boxes, calendar images are placed. Upon clicking the image...
  11. Replies
    1
    Views
    4,711

    Input Timestamp in JSP

    hi

    i've got a small problem. I've to create a JSP with two input fields ie. From Time & To time. After the user inputs i've to compute the difference between fromtime and totime and display the...
  12. Replies
    4
    Views
    7,419

    Re: How to connect to a remote database?

    The code posted by janarthanan seem to be fine. If you are using MySQL then change the Class.forName to the correct driver. Your IDE can point to the correct driver (Netbeans/Myeclipse etc.)
  13. Replies
    4
    Views
    4,271

    Re: Update table in database

    It is not clear whether this updation requires any user input. I assume that your program has the values that are to be updated to these 50 records. Your problem is to find out how many rows are...
  14. Replies
    3
    Views
    2,369

    Re: Database settings (username and password)

    It's still not clear whether u want the settings to be changed at the mysql level or program level. would be better if you post ur code
  15. Replies
    5
    Views
    3,634

    Re: program loops never ending

    I agree with previous posts. Too many while loops complicate your algorithm.
  16. Replies
    2
    Views
    3,828

    PROGRESS BAR ON FILE READ

    Hi folks.

    I've a small problem. I am quite new to java. I am now developing an app. I am using the struts method.
    Upon selection from menu, a jsp is used to upload a text file through a file...
  17. Thread: Blog idea

    by jai
    Replies
    3
    Views
    1,370

    Re: Blog idea

    hi dimitri,

    this is a very good idea. get going!!
  18. Thread: Hello

    by jai
    Replies
    1
    Views
    1,057

    Hello

    Hi folks, I am jai. I am quite new to java. Hope to benefit from this site.

    thanks
Results 1 to 18 of 18