Sathiya Vasagam S
Sathiya Vasagam S

Reputation: 114

Wakanda with Oracle database by ODBC

Wakanda is the JS framework where we can develop our full stack js app. https://wakanda.github.io/.

Can somebody help me to connect wakanda with oracle database (for mysql they do have connector)? There official docs does not have enough information about odbc way of connecting via wakanda.

Upvotes: -1

Views: 157

Answers (2)

Xiang Liu
Xiang Liu

Reputation: 393

Wakanda does offer the connector for MySQL, please refer to the documentation below: https://wakanda.github.io/doc/#/guide?section=main-data-external-mysql

If you have the license for Wakanda Enterprise version, you will have access to MySQL connector now.

The ODBC connector, like @MT0 has already answered, it is tested and supported with MSSQL database at the moment. But it seems promising since additional databases support is underway. I recommend you contact Wakanda directly and maybe they can make it available to based on your need.

Upvotes: 0

MT0
MT0

Reputation: 168106

From the Wakanda documentation (as of 2018-04-25):

ODBC

This is an enterprise version feature only.

Unlike the previous sections that are common to all connectors this one is specific to ODBC. For now the ODBC connector is designed for MSSQL usage. In the near future it may be modified to support other databases (Postgre, Progress...)

The Wakanda/ODBC Connector Pro allows you to create a Wakanda application connected to an existing MS SQL Server database through ODBC and to use the MS SQL Server data as well as its data model (tables, columns) from the Wakanda application. With this configuration, you take advantage of the graphical and functional richness of the latest generation of Wakanda Web interfaces while benefit from a direct access to your existing data through ODBC.

It appears that answer in the documentation to your problem is that Oracle (or anything that is not MSSQL) via ODBC is not supported (but may come in the "near" future).

Upvotes: 0

Related Questions