ODBCDelete

Deletes the current record.

Function Group Execution Windows Embedded Thin Client Mobile Access
ODBCDelete ODBC Synchronous Supported Not supported Executed on Server Not supported

Syntax

Web Studio Help 2fr function odbc odbcdelete.xml d175880e76 ODBCDelete
numHandler
The handler returned by the ODBCOpen function.

Returned value

0 Success
1 Invalid handler
2 Database not open
3 Delete error

Notes

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.

Examples

Tag Name Expression
Tag ODBCDelete( 5 )

ODBCDelete