Hello everyone,
it seems not possible to reference 2 columns of a table to another table.
Here is an example:
table Users
- UserId [PK]
- UserName
table Orders
- OrderId
- CreatedBy [FK] -> Users.UserId
- UpdatedBy [FK] -> Users.UserId
AL...
I try to use the Entity Framework to create a query that is case-insensitive.
The query should look like :
SELECT TOP 10 * FROM "SBODEMODE"."ORDR" WHERE LOWER("CardName") LIKE '%gmbh%'
So my first try was:
var querySimple = (
...
I also failed at the tutorial, but after hours of analysis and reflection I was able to find a solution.After I filled the value "CurrentSchema" in the ConnectionString accordingly, it worked.https://github.com/sap-tutorials/Tutorials/issues/23474
Have you found a solution?I have also tried the tutorial and get the same error.https://developers.sap.com/tutorials/hana-clients-entity-framework.htmlFrom my point of view, the tables with the function "EnsureCreated" are not created.
There is a separate image for SAP Business One on HANA, but this image is not available in version 15 SP1 or SP0 but only in SP2.It should be possible to run SAP Business One on the standard images but I did not succeed.https://www.suse.com/slesb1han...
You have to extract all .SAR files in sub directories.51054611\DATA_UNITS\SAP HANA AFL 2.0 FOR B1\LINX64SUSE51054611\DATA_UNITS\SAP HANA CLIENT 2.0 FOR B1\LINX64SUSE51054611\DATA_UNITS\SAP HANA DATABASE 2.0 FOR B1\LINX64SUSE51054611\DATA_UNITS\SAP HA...