Does AEM 6.1 Support ODBC | Community
Skip to main content
New Participant
April 26, 2016
Solved

Does AEM 6.1 Support ODBC

  • April 26, 2016
  • 2 replies
  • 1077 views

I haven't seen any documentation to support this but figured I'd just ask here.

Does AEM 6.1 support ODBC or just JDBC for system connections?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by leeasling

This isn't really a restriction of AEM more than it is a restriction of Windows/Java.  There is an ODBC/JDBC bridge, but it will only work on a Windows environment and requires you to have a whole other setup for ODBC.  All the bridge does is allow JDBC to communicate with ODBC.  Certainly not something I think would be recommended for running in a production environment.  

Could you write a web service wrapper to communicate with the ODBC layer and just send the results as JSON to AEM?

2 replies

Tuhin_Ghosh
New Participant
April 27, 2016

This seems to be a nice approach. Thanks.

-Tuhin

leeaslingAccepted solution
New Participant
April 26, 2016

This isn't really a restriction of AEM more than it is a restriction of Windows/Java.  There is an ODBC/JDBC bridge, but it will only work on a Windows environment and requires you to have a whole other setup for ODBC.  All the bridge does is allow JDBC to communicate with ODBC.  Certainly not something I think would be recommended for running in a production environment.  

Could you write a web service wrapper to communicate with the ODBC layer and just send the results as JSON to AEM?