Search:

Type: Posts; User: jeevan reddy mandali

Search: Search took 0.10 seconds.

  1. Re: java.sql.SQLException: [Microsoft][ODBC Driver Manager] Invalid cursor state

    import java.io.*;
    import java.util.*;
    import java.sql.*;
    class empListCondition {
    @SuppressWarnings("deprecation")
    public static void main(String[] args)throws...
  2. Replies
    5
    Views
    2,005

    Re: JDBC errors

    import java.io.*;
    import java.util.*;
    import java.sql.*;
    class empListCondition {
    @SuppressWarnings("deprecation")
    public static void main(String[] args)throws...
  3. Replies
    5
    Views
    2,005

    Re: JDBC errors

    thx nickyc last time it was due to incompatibility with my 64 bit lap. i have dwnlded latest 11g R2 . now its fine and i am on to it... thx
  4. Replies
    5
    Views
    2,005

    JDBC errors

    import java.io.*;
    import java.util.*;
    import java.sql.*;
    class empListCondition {
    @SuppressWarnings("deprecation")
    public static void main(String[] args)throws Exception
    {
    DataInputStream...
  5. Re: please correct my programme on swings

    thx kevin and mr.777
  6. Re: please correct my programme on swings

    friend (Kevin Workman) please help me correct my code please
  7. Re: please correct my programme on swings

    import java.awt.*;
    import java.awt.event.*;
    class Allawt extends Frame implements ActionListener,ItemListener,AdjustmentListener
    {
    /**
    *
    */
    //private static final long serialVersionUID =...
  8. Re: please correct my programme on swings

    oh god what a silly mistake that was sory to waste your valuable time buddy...but thx yet ... i have another programme i will post it too..
  9. please correct my programme on swings

    import javax.swing.*;
    import java.awt.*;
    import javax.swing.border.*;
    class Mypanel extends JPanel
    {
    Mypanel()
    {
    this.setBackground(Color.pink);
    }
    public void paintComponent(Graphics g)
Results 1 to 9 of 9