How to connect Presto to SAP - jar

I need help to connect my Presto to SAP HANA.
I wasn't able to find any jars online (Presto official site and SAP official site).
I want to view query and edit tables through Presto.
found this online https://groups.google.com/g/presto-users/c/e_IY70ql008
but I need a jar specific for SAP so I'll be able to parallel the connections to it.
Thanks for anyone who can help!

Related

Teradata SQL Assistant - Practice database

I'm new to Teradata SQL Assistant and I need to use it for work.
I've been looking for some example database to do some practice on but is quite lost. Can somebody provide guideline and help to use a sample database available on the web?
You can download Teradata Express for VMware Player from Teradata Downloads which will allow you to run Teradata in a virtual machine on your desktop. Alternatively, you can also use a free trial of Teradata on AWS Marketplace.

Graphgist - local database

I'm interested in Graphgist and was reading through some pages.
I didn't find if there is a possibility to connect my local Neo4j database with a graphgist?
Can someone tell me more?
Thanks a lot and Greetings
Tobias
You can take a look at the OpenSource repository of GraphGist CMS, clone it and configure it to use your local neo4j connection.
https://github.com/neo4j-contrib/graphgist-cms

odbc apps script

We have a core application that allows for ODBC connections. Currently I use MS Excel or Access to create reports. Many times per week I print them to .PDFs and email them to managers (not all managers have access to our core application). We have Google Apps and I was wondering if anyone had any experience connecting ODBC with GAS. I like to think my process could be better automated.
I also have databases that I have made available to users through Excel for dynamic reporting. I was wondering if I could migrate that to the GAS environment, also.
Any help or guidance would be greatly appreciated.
You could use JDBC to connect to the underlying database and then create your reports and other data manipulation in GAS.
See link for documentation\examples: https://developers.google.com/apps-script/jdbc

Windows 8 App - Sqlite synchronization with Skydrive

currently I am writing a Windows 8 App with Sqlite as a database. I want to give the user the ability to view his data in every instance of the app on any device. Usually this problem could be easily solved by using a online database like Windows Azure. But this is not an option in my case.
Is it a good idea to use Microsoft's free service "Skydrive" as a platform to synchronize database files among several devices? Does somebody know any open source projects or blogs that are dealing with this problem that could save me some time for writing the necessary code?
If it's a bad idea, which other options are there that I could use. I want to keep Sqlite as the database for my App.
I am glad to get any kind of feedback or links to resources that might help me.
Best regards
Philipp
imo it isn't a good idea cause the access to db files is to easy. Ofc you can say that access to database files is easy cause you need to just know the app data path to package of your app but still it`s much more difficult than just opening skydrive. And think what would happen if someone would make this directory on skydrive as public.
I would combine local db and online db. Online db as a service for synchronizing data and local db for normal work.

.NET connectivity with SAP

I wanted to learn SAP connectivity with .NET. I am 0% in SAP and even I don't have any SAP environment to give it a try. Can you suggest me how can I learn it practically? I mean is there anything exists like SAP express [Just a thought from Visual Studio Express Edition] so that I can create BAPI and see how connectivity is going.
You can start with the book Microsoft .NET and SAP so you became familiar with SAP, ERP concepts and the tools to interconnect .net and SAP. SAP have an API to work with .net, I performed some migrations and web services between .net and SAP in the past, and that book help me. You'll need that sap-connector that you mention as a tag.
To give you more insight about it: SAP it's a complete platform that include the server and software, thats why you need to have something like this as a "connection string"
"ASHOST=AppserverIP SYSNR=sysnumber CLIENT=clientnumber _USER=user PASSWD=password".
The SAP ERP have a lot of tables with the necessary data to work, all of these table and column names have an specific names like TELF1 for telephone and TELFX for fax. And a lot of columns are localized to German so the date format it's: DD.MM.YYYY be careful with that.
A common application to build it's some service that migrate data from sap to an application or the other way from the custom app to SAP, and you will need to know well the mapped data. This two links may be very useful:
Using the SAP.NET Connector to Connect your .NET Applications to SAP
Transferring Data from SAP to .NET using ERPConnect
As a personal experience, I had always worked with existing test instance of SAP ERP wich where later just move to production, so actually I never asked my self about some software provided by SAP for test purpouses, but I dived a little and find this:
SAP download section
where you can find some trial version of their products.

Resources