Language Reference Guide : C. Generated User Classes : _StringField User Class : UpdateDB Method
 
Share this page                  
UpdateDB Method
The UpdateDB method inserts, updates, or deletes CurObject.String.
This method has the following syntax:
integer = _StringFieldObject.UpdateDB(handlechange = integer,
          [tablename = varchar(65)])
This method has the following parameters:
handlechange
Should be passed by reference, and is set to TRUE if the string is inserted or deleted
tablename
Specifies the name of the table. If omitted, the default is II_STORED_STRINGS.
Depending on CurObject.Handle and CurObject.String values, it inserts, updates, or deletes CurObject.String in the database.