Click or drag to resize

SQLUpdaterExecute Method

Overload List
  NameDescription
Public methodExecute(SQLHelperFlags, String)
Execute the SQL INSERT statement. Note that embedded functions are always resolved. Requires that the object was created with the SQLUpdater(IDatabase, String, String) constructor. Note that prior to v4.5.1 this method did NOT return a value.
Public methodExecute(IDatabase, SQLHelperFlags, String)
Execute the SQL UPDATE statement. Note that embedded functions are always resolved. Note that prior to v4.5.1 this method did NOT return a value.
Public methodExecute(IDatabase, SQLHelperFlags, String, Int32)
Execute the SQL UPDATE statement. Note that embedded functions are always resolved. Note that prior to v4.5.1 this method did NOT return a value.
Top
See Also