Reports whether the current record was
deleted.
Function |
Group |
Execution |
Windows |
Embedded |
Thin Client |
ODBCIsDeleted
|
ODBC |
Synchronous |
Supported |
Not
supported |
Executed on
Server |
Syntax
ODBCIsDeleted(numHandler)
- numHandler
- The handler returned by the
ODBCOpen function.
Returned value
0 |
Record
set is not positioned on a deleted record. |
non-zero |
Record
set is positioned on a deleted record. |
If you move to a record and this function returns a
non-zero, then you must move to another record before you can
perform any other operations.
Examples
Tag Name |
Expression |
Tag |
ODBCIsDeleted( 8 )
|