Concept Framework 2.2 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
ExecuteQuery | function | public | version 1.0 | no |
function ExecuteQuery(forwad_only=false); |
forward_only | This parameter defaults to false. Should be true only if you intend to use a MySQL table with text fields. In this case you should use FetchForward instead of First and Next. |
It executes the SQL query specified by the CommandText or PreparedQuery property and updates the FieldValues property. This is suitable for "select" queries; for other queries (like delete, update, alter), you may check ExecuteNonQuery. |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:09 2013 GMT | (c)2013 Devronium Applications |