Indicates the type of a Command object.
Sets or returns one of the following CommandTypeEnum values:
Constant |
Value |
Description |
adCmdText |
1 |
Evaluates CommandText as a textual definition of a command. |
adCmdTable |
2 |
Evaluates CommandText as a table name. |
adCmdStoredProc |
4 |
Evaluates CommandText as a stored procedure. |
adCmdUnknown |
8 |
The type of command in the CommandText property is not known. (Default.) |
Use the CommandType property to optimize evaluation of the CommandText property. If the CommandType property value equals adCmdUnknown (8), you may experience diminished performance because ADO must make calls to the provider to determine if the CommandText property is an SQL statement, a stored procedure, or a table name. If you know what type of command you're using, setting the CommandType property instructs ADO to go directly to the relevant code. If the CommandType property does not match the type of command in the CommandText property, an error occurs when you call the Execute method.
file: /Techref/language/asp/comp/daprop02_3.htm, 2KB, , updated: 1996/11/21 18:01, local time: 2025/2/19 11:09,
18.97.14.89:LOG IN
|
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/language/asp/comp/daprop02_3.htm"> CommandType Property (ADO)</A> |
Did you find what you needed? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.