Deletes the current record.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
ODBCDelete | ODBC | Synchronous | Supported | Not supported | Executed on Server |
0 | Success |
1 | Invalid handler |
2 | Database not open |
3 | Delete error |
After a successful deletion, you must explicitly call one of the "move" functions (i.e., ODBCMove, ODBCMoveFirst, ODBCMoveLast, ODBCMoveNext, ODBCMovePrev) to move off the deleted record.
Tag Name | Expression |
---|---|
Tag | ODBCDelete( 5 ) |