By default , commandtype is set to ctquery , and the Commandtype默認地設置為ctquery ,而
The commandtype property of the tsqldataset component should be set to ctquery already , so you can enter an sql command in the Tsqldataset組件的commandtype屬性這時應該已被設置為ctquery ,因此可以在
Based on the value of commandtype , the commandtext property is interpreted differently : it s either considered to be the name of a table , a sql command , or the name of a stored procedure 根據commandtype的值,將以不同的方式解釋commandtext屬性:可將之視為表、 sql命令或存儲過程的名稱。