Concept Framework 1.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
ExecuteNonQuery | function | public | version 1.0 | no |
function ExecuteNonQuery(); |
This function is similar to the ExecuteQuery function, but it returns no records. It executes the SQL query specified by the CommandText or PreparedQuery property, but it produces no results. This is suitable for "update", "insert" and "alter" queries. It's not recommended for using with "select" queries (because will produce no results). |
var Connection=new ADOConnection(); |
Documented by Eduard Suica, generation time: Thu Oct 15 20:01:58 2009 GMT | (c)2009 RadGs Software |