18.01.2015 Views

Technical Reference Manual - InduSoft

Technical Reference Manual - InduSoft

Technical Reference Manual - InduSoft

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Appendix: Built-in Scripting Language<br />

strColName<br />

The column name.<br />

Returned value<br />

0 The specified field is not flagged as Nullable.<br />

Non-Zero<br />

The specified field is flagged as Nullable.<br />

Examples<br />

Tag Name<br />

Expression<br />

Tag ODBCIsFieldNullable( 1, "Price" )<br />

Tag ODBCIsFieldNullable( 1, "Model" )<br />

ODBCMove<br />

Moves the current record pointer within a record set, either forward or backward.<br />

Function Group Execution Windows Embedded Thin Client<br />

ODBCMove ODBC Synchronous Supported Not supported Executed on Server<br />

Description<br />

Moves the current record pointer within a record set, either forward or backward.<br />

Syntax<br />

ODBCMove(numHandler,numOffset)<br />

numHandler<br />

numOffset<br />

The handler returned by the ODBCOpen function.<br />

The number of rows to move forward or backward:<br />

• Positive values move forward, toward the end of the record set.<br />

• Negative values move backward, toward the beginning of the record set.<br />

• A value of 0 refreshes the current record.<br />

Returned value<br />

0 Success<br />

1 Invalid handler<br />

2 Database not open<br />

3 Move error<br />

Examples<br />

Tag Name<br />

Expression<br />

Tag ODBCMove( 2, 3 )<br />

Tag ODBCMove( 8, 2 )<br />

Page 698<br />

<strong>InduSoft</strong> Web Studio

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!