Z
zbw
Unregistered / Unconfirmed
GUEST, unregistred user!
我在FORM 中有一ADOStoreProcedure ,为ADOSP1,
我的语句为(ADOSP1 as TCustomADODataSet).CommandTimeOut:=60;
可编译出错: Undeclared identifier: 'CommandTimeOut'
不知该如何写,或只能用ADOCOMMAND才能设置CommandTimeOut?
另:用ADO编写的程序,需要那些ADO相关的DLL 或要安装什么?(在客户端)
我的语句为(ADOSP1 as TCustomADODataSet).CommandTimeOut:=60;
可编译出错: Undeclared identifier: 'CommandTimeOut'
不知该如何写,或只能用ADOCOMMAND才能设置CommandTimeOut?
另:用ADO编写的程序,需要那些ADO相关的DLL 或要安装什么?(在客户端)