• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

how to read hidden tables of MSAcess

 
Ranch Hand
Posts: 158
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying for accessing a hidden tables of
MS-ACCESS (MSysKeyRelationships)by using JDBC-ODBC
bridge driver. But i showing the No Read Permission
Error.
how to do it.
 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
> I am trying for accessing a hidden tables of
> MS-ACCESS (MSysKeyRelationships)by using JDBC-ODBC
> bridge driver. But i showing the No Read Permission
> Error.
> how to do it.
Why you wish to access MSysKeyRelationships table? HXTT Access' COMMERICAL package should have that capability, since it's a pure Java type JDBC driver for MS Access. You can find it at www.hxtt.net
 
reply
    Bookmark Topic Watch Topic
  • New Topic