Search:

Type: Posts; User: jatinrai199

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    6,379

    Re: no data found ms -access sql exception

    its compiled successfully but when i run it it shows :
    java.sql.SQLException:no data found
    but i hav written code in try n catch block !!
    help plz
  2. Replies
    3
    Views
    6,379

    no data found ms -access sql exception

    class Testdb
    {
    public static void main(String ...arg)
    {
    try
    {
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection c =DriverManager.getConnection("jdbc:odbc:jatindsn","system","pwd");
    ...
Results 1 to 2 of 2