Search:

Type: Posts; User: guptapr

Search: Search took 0.13 seconds.

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

    Thanks for help Json. But i think i was able to rectify my problem. It sounds funny but i just changed the line:
    Statement...
  2. Re: java.sql.SQLException: [Microsoft][ODBC Driver Manager] Invalid cursor state

    Hi Json
    i tried it. But its giving same exception again. Is there any problem with the query i am firing? Query:
    String query="Select distinct id from employee";
    I am using Microsoft Access as my...
  3. Re: java.sql.SQLException: [Microsoft][ODBC Driver Manager] Invalid cursor state

    System.out.println(rs.getInt(1));
  4. java.sql.SQLException: [Microsoft][ODBC Driver Manager] Invalid cursor state

    I am getting an exception (java.sql.SQLException: [Microsoft][ODBC Driver Manager] Invalid cursor state)
    while running this program given below. Please help.



    import java.sql.*;
    import...
Results 1 to 4 of 4