User Profile

Collapse

Profile Sidebar

Collapse
2008serela
2008serela
Last Activity: Jan 25 '08, 07:22 AM
Joined: Jan 24 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 2008serela
    replied to Synchronization in Threads
    in Java
    Pls, you will change the synchronisation methods to be private method,try this..
    not sure..If u find it pls post it.

    by
    ela...
    See more | Go to post

    Leave a comment:


  • Hi,

    Pls do the above code within the try block
    try{

    <code>
    }
    catch(SQLExcept ion exception){
    }


    try this..........
    See more | Go to post

    Leave a comment:


  • Hi,

    First decide which database u want to connect it?

    Only the three steps:

    1.If it is in the Oracle then..

    String query="Select * from emp_table";
    class.forName(" sun.jdbc.odbc.J dbcOdbcDriver") ;
    Connection con=DriverManag er.getConnectio n("jdbc:odbc:<d atasourcename>" );
    PreparedStateme nt ps=con.prepareS tatement(query) ;
    ResultSet...
    See more | Go to post

    Leave a comment:


  • 2008serela
    replied to Jasperreports
    in Java
    In the Jasper Report,first to decide the page whether it is pdf or xls or etc..
    In the Jasper,the body section have the content,In the content to align the word height,length,e tc..Then u will decide to control the lines.

    There is no options 1--10 or 1--20...

    Pls do this & reply whether it is correct or not & also u find the solution pls reply to me also

    by
    ela...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...