[teiid-issues] [JBoss JIRA] (TEIID-3412) Change MS Access to use another client, since ODBC-JDBC bridge is removed in JDK 1.8

Steven Hawkins (JIRA) issues at jboss.org
Fri Oct 9 08:11:00 EDT 2015


     [ https://issues.jboss.org/browse/TEIID-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins updated TEIID-3412:
----------------------------------
    Description: 
In JDK 1.8, the ODBC-JDBC bridge is removed, so accessing MS Access using this method will not be available.  

This may require a new translator, but won't be know until a deeper look is done.



  was:
In JDK 1.8, the ODBC-JDBC bridge is removed, so accessing MS Access using this method will not be available.   An alternative, open source, driver that can be used is:  http://jackcess.sourceforge.net

In nexus:
<dependency>
  <groupId>com.healthmarketscience.jackcess</groupId>
  <artifactId>jackcess</artifactId>
  <version>2.0.9</version>
</dependency>

This may require a new translator, but won't be know until a deeper look is done.



        Summary: Change MS Access to use another client, since ODBC-JDBC bridge is removed in JDK 1.8  (was: Change MS Access to use jackcess, since ODBC-JDBC bridge is removed in JDK 1.8)


> Change MS Access to use another client, since ODBC-JDBC bridge is removed in JDK 1.8
> ------------------------------------------------------------------------------------
>
>                 Key: TEIID-3412
>                 URL: https://issues.jboss.org/browse/TEIID-3412
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Misc. Connectors
>            Reporter: Van Halbert
>            Assignee: Kylin Soong
>             Fix For: 8.7.1.6_2, 8.11
>
>
> In JDK 1.8, the ODBC-JDBC bridge is removed, so accessing MS Access using this method will not be available.  
> This may require a new translator, but won't be know until a deeper look is done.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list