Update data to database table

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public bool Execute()
Visual Basic
Public Function Execute As Boolean
Visual C++
public:
bool Execute()

Return Value

bool

Remarks

If Update fails with a Database locked error message, check that all previous instances of WIDatabase called the Close() function.

Upon completion WIDatabase.SQLStatement contains SQL command generated by the library

See Also