Skip to content

Commit ac0cc55

Browse files
committed
updates to formatting
1 parent a799caf commit ac0cc55

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed
Binary file not shown.

tutorials/hana-cloud-dl-clients-overview/hana-cloud-dl-clients-overview.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ For additional details on the SAP HANA database explorer, see the tutorial [Get
309309

310310
* On Microsoft Windows extract the zip and run setup.exe as an administrator.
311311

312-
![Run setup as administrator](run-as-administrator.png)
312+
![Run setup.exe as administrator](run-as-administrator.png)
313313

314314
Finish the steps as instructed.
315315

@@ -386,28 +386,23 @@ For additional details on the SAP HANA database explorer, see the tutorial [Get
386386
echo $IQDIR17
387387
```
388388

389-
> In the case that the Data Lake Client needs to be uninstalled, run the `uninstall.exe` file located in the directory `/path-to-data-lake-install/sybuninstall/IQClientSuite/`.
389+
> In the case that the Data Lake Client needs to be uninstalled, run the `uninstall.exe` file located in the directory `/path-to-data-lake-install/sybuninstall/IQClientSuite/`.
390390

391-
<br>
392391

393392
### Connect with the Interactive SQL Client (DBISQL)
394393

395394
The data lake client install includes [dbisql Interactive SQL Utility](https://help.sap.com/docs/SAP_HANA_DATA_LAKE/a895964984f210158925ce02750eb580/a373b67884f21015a722c2c0a58b94ad.html), which can be used to connect and query a data lake Relational Engine. The following steps will provide instructions on how to connect to the data lake Relational Engine using DBISQL and then populate the previously created tables with sample data.
396395

397-
1. Start the GUI version of DBISQL by searching from the Microsoft Windows Start menu.
398-
399-
![Find Interactive SQL through the Windows start menu](find-dbisql.png)
400-
401-
It can also be accessed by entering `dbisql` in the command prompt.
396+
1. Start the GUI version of DBISQL by searching from the Microsoft Windows Start menu. It can also be accessed by entering `dbisql` in the command prompt.
402397
![Open DBISQL through command prompt](dbisql-from-cmd.png)
403398

404-
2. Specify the connection type.
399+
1. Specify the connection type.
405400

406401
![Connection type](dbisql-connection-type.png)
407402

408403
>The Connect window may appear enlarged on the screen. This can be adjusted by lowering the Scale and layout value in the device display settings.
409404

410-
3. Provide the connection details. See below on how to obtain the instance ID and landscape values.
405+
2. Provide the connection details. See below on how to obtain the instance ID and landscape values.
411406

412407
![instance ID and landscape](connect-to-dl-iq.png)
413408

@@ -544,7 +539,6 @@ The data lake client install includes [dbisql Interactive SQL Utility](https://h
544539
end;
545540
```
546541

547-
>
548542
```SQL
549543
set temporary option auto_commit= 'off';
550544
INSERT INTO HOTEL.ROOM VALUES(11, 'triple', 7, 235.00);

0 commit comments

Comments
 (0)