MySQL Forums
Forum List  »  Connector/ODBC

Using MySql's ODBC driver as an intermediary
Posted by: Alejandro A Sosa
Date: January 25, 2021 10:07AM

I need to send Power BI's data requests to an ODBC driver which will then forward the requests to a legacy Visual FoxPro application.

Unfortunately, such an ODBC driver is not available. Instead, we would like to use MySql's ODBC driver as an intermediary.

In other words, we want to send Power BI's data requests to a copy of MySql's ODBC driver, and then forward the output of that copy to the legacy app, which will parse it and return the resulting data back up all the way to PowerBI.

How would the copy of the SQL Driver need to be configured in order to redirect its output in the way described?

Thank you very much

Alex

Options: ReplyQuote


Subject
Written By
Posted
Using MySql's ODBC driver as an intermediary
January 25, 2021 10:07AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.