Search:

Type: Posts; User: dineshj83

Search: Search took 0.07 seconds.

  1. Re: PreparedStatement executing but not working. HEADACHE

    Firstly print the current directory to better understand and give relative path in your app.
  2. Re: PreparedStatement executing but not working. HEADACHE

    Relative path would be Databases/MyDB.mdb.
  3. Re: PreparedStatement executing but not working. HEADACHE

    Yes thats right you need to give a relative path.
  4. Re: PreparedStatement executing but not working. HEADACHE

    Unless you close the resources data won't be flushed and hence you were not seeing the changes. Its always best to use finally block if you are prior to JDK 7 or use try with resources statement to...
Results 1 to 4 of 4