Database Commands


Commands

Description

IBM i

Windows

Linux

RDML

RDMLX

VLWeb Client

Notes

CLOSE

Close table(s)

Y

Y

Y

Y

Y

N


COMMIT

Commit database changes

Y

Y

Y

Y

Y

N


DELETE

Delete record(s) from a table

Y

Y

Y

Y

Y

N


ENDSELECT

End a select loop

Y

Y

Y

Y

Y

Y


FETCH

Fetch a record from a table

Y

Y

Y

Y

Y

N


INSERT

Insert a new record into a table

Y

Y

Y

Y

Y

N


LEAVE

Leave current loop

Y

Y

Y

Y

Y

Y


OPEN

Open file(s)

Y

Y

Y

Y

Y

N


ROLLBACK

Roll back database changes

Y

Y

Y

Y

Y

N


SELECT

Select records from a table

Y

Y

Y

Y

Y

N


SELECT_SQL

Select records from a table using SQL

Y

Y

Y

Y

Y

N


SELECT_SQL Free Format

Select records using SQL that is valid for a particular database engine.

Y

Y

Y

N

Y

N


UPDATE

Update record(s) in a table

Y

Y

Y

Y

Y

N


  • No labels