I am trying to fetch data into Excel from SAP HANA database using vba. I came across the below questions.
Do I need to install SAP HANA MDX Provider for this? If yes, please provide the link. I am unable to spot any.
What would be the vba script that I should write to connect to HANA DB?
Please help me out on this.
Thanks in advance.
Haven't done this with VBA as Excel has other ways to connect to HANA. Hope this helps:
Using MDX: https://blogs.sap.com/2017/02/17/connecting-ms-excel-to-sap-hana-using-mdx/
Using OData: https://blogs.sap.com/2017/05/02/sap-hana-on-a-whim-a-bing-map-in-my-ms-excel-from-an-anonymous-odata-service/
Cheers!
Related
Is it currently possible to build a custom data connector for EXCEL Power Query? If yes, where can i find more info?
I'm seeing all these custom connectors for Power BI, but NOT for EXCEL Power Query.
If it's not possible, I would really appreciate an official link where that's mentioned.
Thanks.
Is possible to get connection to mysql server from excel macro, without downloading any ODBC connector? I have found solutions only with this connector. Problem is, that I have to send excel workbook to some people which they don't have this connector in their computer, and it will be a little problem to set it for them.
I need to make only one INSERT query.
I have a requirement to connect to lotus notes DB which is there in On-Prem. There is no built-in connector available in Azure DataFactory V2) to connect to it.
I've read an article about how to get data from lotus notes:
Using ODBC driver connection.
.Net code to read it.
Did anyone tried above possibility ? If so let us know whether it is possible, and if so what are Pros & Cons.
Have you tried using the ODBC connector from data data factory? I have never had to use it, but im pretty sure it will work as any other.
Just go to Connections, click on New, then type ODBC and fill the form! Make sure to select the on premise integration runtime when filling the form, so it connects through that to the database.
Here are some screenshots to help you:
Hope this helped!
I would like to import data from CouchDB into Excel 2013. Specifically, I would like to set up a connection (that can be refreshed) in Excel to CouchDB.
I know CouchDB uses HTTP and JSON, but I was wondering if there was an interface for Excel.
I've tried searching CouchDB documentation and CouchDB: The Definitive Guide for Excel references. No luck.
What would be the best way to set up a connection in Excel to CouchDB?
Seems to be possible by installing Microsoft's addition PowerQuery to Excel and use the Data Explorer: http://www.angelsbiblog.com/2013/04/excel-data-explorer-twitter-search-api.html
This is possible with PowerQuery. Just query the API vía the web function and use the editor to get the data you want.
I actually use CouchDB this way.
Is there a way I can connect to Salesforce.com through Excel Macro?
As we pull data from Oracle DB by creating a DB connect string, is it possible to do a similar setup for Salesforce too?
I am aware salesforce provides "Connect for Office" plugin but the problem with that plug in is it degrades the performance of Excel as it tries to connect to salesforce everytime you launch Excel.
Any thoughts will be appreciated.
Thanks
You can use the Office Toolkit to write VBScript macros that connect to salesforce.