1,960 questions
-1
votes
3
answers
6k
views
Insert rows into tables using OData POST
What is the standard method to insert data into a table, update a table, delete rows in a table using OData? My front end is SAP UI5 and the tables are stored on a HANA SYSTEM. Do i have to use a POST ...
6
votes
2
answers
8k
views
SAP HANA XS File upload with UI5
I'm trying to implement a file upload in a UI5 application on a HANA XS Server.
I can't find many informations how to do that - somebody got an idea?
13
votes
5
answers
13k
views
Efficient database access to various DBMS from Delphi XE2
My needs
I work with Delphi/C++Builder XE2.
I need to access at least these DBMSs:
Firebird
DB2/400
SQL Server
SAP HANA (a new in-memory DB, available interfaces: JDBC, ODBC, ODBO, SQLDBC)
I need to ...
0
votes
1
answer
1k
views
SAP HANA Analytical Views
I have been trying to learn HANA these past few days and have been getting some problems.
So, as I see SAP HANA is used for de-normalization of data (as per some tutorials that I have seen). So I make ...
-2
votes
1
answer
424
views
Row tables in SAP HANA
Do all the row tables are loaded into memory when SAP HANA starts?
I know that the tables for column can be specified as load to memory or on demand memory but my question is about the row tables.
-1
votes
1
answer
2k
views
How to configure & use persistent data objects in SAP HANA Cloud?
I want to create a simple project management application in Java at the SAP HANA Cloud Platform. Users can add persons to projects and define the working hours of a person who works on a project.
I ...
-1
votes
1
answer
961
views
PHP ODBC HANA Feature (SCROLLABLE RESULT) not implemented
I've confirmed that this script connects:
$db_name = "hana";
$username = "SYSTEM";
$password = "my_real_password";
$conn = odbc_connect($db_name, $username, $password) ...
-1
votes
2
answers
2k
views
How to migrate database from SAP DB to PostGres?
Any idea how to go about doing that through a tool(preferred). Any alternate ways to do that.
16
votes
1
answer
7k
views
What's the difference between SAP HANA and Memcached, Redis and existing databases hacked to use memory instead of disk?
There's a huge buzz in the business analytics world about the In-Memory database HANA by SAP. I'm struggling to see its real innovation compared to current open source databases. OK, it has indexing, ...
54
votes
9
answers
93k
views
How should I start learning about SAP? [closed]
I'm working as a MS developer working to provide bridging products between MS technology and SAP.
I'm used to the MS space which seems to have an absolutely different philosophy than SAP. And this is ...