Menu

#36 Provide LinkResolver util which enables loading for non-mdb sources

2.1.7
closed
nobody
None
1
2017-05-11
2017-05-11
No

It would be nice if jackcess provided a customizable LinkResolver utility which made it easy to load linked data from files which are not access databases. the LinkResolver api requires that the data be provided to Jackcess as Database/Table. You could create a temporary database, load the external info into it on demand, and provide that temp database as the secondary source to the primary db.

Inspired by this idea: http://stackoverflow.com/a/43748207/552759

Discussion

  • James Ahlborn

    James Ahlborn - 2017-05-11
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,3 @@
     It would be nice if jackcess provided a customizable LinkResolver utility which made it easy to load linked data from files which are not access databases.  the LinkResolver api requires that the data be provided to Jackcess as Database/Table.  You could create a temporary database, load the external info into it on demand, and provide that temp database as the secondary source to the primary db.
    +
    +Inspired by this idea: http://stackoverflow.com/a/43748207/552759
    
     
  • James Ahlborn

    James Ahlborn - 2017-05-11
    • status: open --> closed
    • Group: Unnassigned --> 2.1.7
     
  • James Ahlborn

    James Ahlborn - 2017-05-11

    Added CustomLinkResolver which should provide the relevant functionality.

    Fixed in trunk, will be in the 2.1.7 release.

     

Log in to post a comment.

MongoDB Logo MongoDB