• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Record(s) cannot be read; no read permission on 'tblDts'.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am having problems accessing tables in an Access database. I have linked a .dat from another program into an Access database. Access does not have a problem with this and I can edit and manipulate the data as I please. But when I try to access the table from a servlet I get the following error.

java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Record(s) cannot be read; no read permission on 'tblDts'.

I have checked all the permissions on the .dat file and the Access database but can not find anything that might be giving me this error. I have create other tables in the database which I do not have any problems accessing and I have also link in .def file which I can also access.

Please can someone give me some information on why I might be getting this error.

Thank you and best regards

Farakh Akhtar
 
reply
    Bookmark Topic Watch Topic
  • New Topic