ExecuteNonQuery
Previous Top Next

Executes a command and returns the number of rows affected by it.
Syntax: ExecuteNonQuery

Example:
Cmd.CommandText = "CREATE TABLE products (ProductsID REAL, Name TEXT)"
Cmd.ExecuteNonQuery