CTI32 Engine Class Library

Db.Update Method 

Insert, Update or Delete Row in Database

[Visual Basic]
Public Function Update( _
   ByVal sqlStmt As String _
) As Integer
[C#]
public int Update(
   string sqlStmt
);

Parameters

sqlStmt
SQL Statement with the INSERT, UPDATE, or DELETE statement

Return Value

Number of Rows updated or -1 if error

See Also

Db Class | CTI32Engine Namespace