Skip to content

Commit 9970f7a

Browse files
authored
Merge pull request #24110 from danielva/master
Updates to the SAP HANA Cloud Tutorials
2 parents e303b87 + 9ca8208 commit 9970f7a

21 files changed

Lines changed: 239 additions & 132 deletions

tutorials/hana-clients-dot-net-core/hana-clients-dot-net-core.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ In order for the shell to recognize that the .NET SDK is installed and for any `
5959
dotnet new console -o dotNET
6060
```
6161

62-
2. Add the SAP HANA .NET data provider which is available on [nuget](https://www.nuget.org/packages/Sap.Data.Hana.Net.v8.0/).
62+
2. Add the SAP HANA .NET data provider which is available on [nuget](https://www.nuget.org/packages/Sap.Data.Hana.Net.v8.0/). A list of available providers from SAP is available at [SAP-SE](https://www.nuget.org/profiles/SAP-SE).
6363

6464
```Shell
65+
cd dotNET
6566
dotnet add package Sap.Data.Hana.Net.v8.0
6667
```
6768

@@ -96,7 +97,7 @@ In order for the shell to recognize that the .NET SDK is installed and for any `
9697
{
9798
try
9899
{
99-
using (var conn = new HanaConnection("Server=999deec0-ccb7-4a5e-b317-d419e19be648.hana.prod-us10.hanacloud.ondemand.com:443;UID=User1;PWD=Password1;encrypt=true;sslValidateCertificate=false"))
100+
using (var conn = new HanaConnection("Server=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx.hana.prod-xxxx.hanacloud.ondemand.com:443;UID=User1;PWD=Password1;encrypt=true;sslValidateCertificate=false"))
100101
101102
// encrypt and sslValidateCertificate should be true for HANA Cloud connections
102103
// As of SAP HANA Client 2.6, connections on port 443 enable encryption by default
101 KB
Loading
115 KB
Loading
2.46 KB
Loading

tutorials/hana-clients-entity-framework/hana-clients-entity-framework.md

Lines changed: 57 additions & 127 deletions
Large diffs are not rendered by default.
2.04 KB
Loading
-5.14 KB
Loading
44 KB
Loading
188 KB
Loading
110 KB
Loading

0 commit comments

Comments
 (0)