You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -386,28 +386,23 @@ For additional details on the SAP HANA database explorer, see the tutorial [Get
386
386
echo $IQDIR17
387
387
```
388
388
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/`.
390
390
391
-
<br>
392
391
393
392
### Connect with the Interactive SQL Client (DBISQL)
394
393
395
394
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.
396
395
397
-
1. Start the GUI version of DBISQL by searching from the Microsoft Windows Start menu.
398
-
399
-

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.
402
397

403
398
404
-
2. Specify the connection type.
399
+
1. Specify the connection type.
405
400
406
401

407
402
408
403
>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.
409
404
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.
411
406
412
407

413
408
@@ -544,7 +539,6 @@ The data lake client install includes [dbisql Interactive SQL Utility](https://h
544
539
end;
545
540
```
546
541
547
-
>
548
542
```SQL
549
543
set temporary option auto_commit= 'off';
550
544
INSERT INTO HOTEL.ROOM VALUES(11, 'triple', 7, 235.00);
0 commit comments