Accessing tables with SQL commands
9.9
9
TNC 320 | User's Manual
HEIDENHAIN Conversational Programming | 3/2014
309
SQL UPDATE
SQL UPDATE
transfers the data prepared in the Q parameters into the
row of the result set addressed with
INDEX.
The existing row in the
result set is completely overwritten.
SQL UPDATE
takes into account all columns entered in the "Select"
command.
Parameter no. for result
: Q parameter, in which
the SQL server has reported the result:
0: No error occurred
1: Error occurred (incorrect handle, index too large,
value outside of value range or incorrect data
format)
Database: SQL access ID
: Q parameter with the
handle
for identifying the result set (also see
SQL
SELECT
).
Database: Index to SQL result
: Line number within
the result set. The table entries prepared in the Q
parameters are written to this row. If you do not
enter an index, the first row is written to (n=0).
Either enter the row number directly or program the
Q parameter containing the index
Row number is programmed directly
. . .
40 SQL UPDATEQ1 HANDLE Q5 INDEX5
SQL INSERT
SQL INSERT
generates a new row in the result set and transfers the
data prepared in the Q parameters into the new row.
SQL INSERT
takes into account all columns entered in the "Select"
command. Table columns not entered in the "Select" command are
filled with default values.
Parameter no. for result
: Q parameter, in which
the SQL server has reported the result:
0: No error occurred
1: Error occurred (incorrect handle, value outside of
value range or incorrect data format)
Database: SQL access ID
: Q parameter with the
handle
for identifying the result set (also see
SQL
SELECT
).
Row number is transferred in a Q
parameter
11SQL BIND Q881
"TAB_EXAMPLE.MEAS_NO"
12SQL BIND Q882
"TAB_EXAMPLE.MEAS_X"
13SQL BIND Q883
"TAB_EXAMPLE.MEAS_Y"
14SQL BIND Q884
"TAB_EXAMPLE.MEAS_Z"
. . .
20SQL Q5 "SELECT
MEAS_NO,MEAS_X,MEAS_Y, MEAS_Z
FROM TAB_EXAMPLE"
. . .
40 SQL INSERTQ1 HANDLE Q5
Summary of Contents for TNC 320
Page 4: ...Controls of the TNC 4 TNC 320 User s Manual HEIDENHAIN Conversational Programming 3 2014 ...
Page 5: ...Fundamentals ...
Page 16: ...Contents 16 TNC 320 User s Manual HEIDENHAIN Conversational Programming 3 2014 ...
Page 43: ...1 First Steps with the TNC 320 ...
Page 63: ...2 Introduction ...
Page 81: ...3 Programming Fundamentals file management ...
Page 124: ......
Page 125: ...4 Programming Programming aids ...
Page 152: ......
Page 153: ...5 Programming Tools ...
Page 180: ......
Page 181: ...6 Programming Programming contours ...
Page 232: ......
Page 233: ...7 Programming Data transfer from DXF files or plain language contours ...
Page 251: ...8 Programming Subprograms and program section repeats ...
Page 267: ...9 Programming Q Parameters ...
Page 337: ...10 Programming Miscellaneous functions ...
Page 357: ...11 Programming Special functions ...
Page 379: ...12 Programming Multiple Axis Machining ...
Page 406: ......
Page 407: ...13 Manual operation and setup ...
Page 462: ......
Page 463: ...14 Positioning with Manual Data Input ...
Page 468: ......
Page 469: ...15 Test run and program run ...
Page 497: ...16 MOD functions ...
Page 525: ...17 Tables and overviews ...