单选题 如果RecordSource的值是一个视图,CommandType属性的值应该设置为______。
  • A.adCmdStoredProc
  • B.adCmdUnknown
  • C.adCmdText
  • D.adCmdTable
【正确答案】 D
【答案解析】[解析] 如果CommandType属性的值为adCmdTable,RecordSource属性值可以是表名或视图名。