These constants are used to determine the function of a specific rdoQuery object.
Constant | Value | Description |
rdQSelect | 0 | The query contains one or more select statement |
rdQAction | 1 | The query contains one or more Update, Insert or Delete statement |
rdQProcedures | 2 | The query is one or more stored procedure calls |
rdQCompound | 3 | The query contains both action and select statements |