Clientdataset怎样获得服务器端的存储过程的参数?(50分)

  • 主题发起人 主题发起人 chen_ke
  • 开始时间 开始时间
C

chen_ke

Unregistered / Unconfirmed
GUEST, unregistred user!
打开params属性老是无法看到参数,为什么?
 
TClientDataSet.FetchParams
Retrieves parameter values from the application server.
function FetchParams;
Description
Call FetchParams to initialize the Params property with the current
parameter values on the application server. FetchParamsdo
es nothing
unless the provider component on the application server can supply
parameter values.
TProvider objects can supply parameter values if they represent a
TQuery or TStoredProc. No other built-in providers supply parameter
values.

Note: At design time, you can fetch parameter values by
right-clicking the client dataset and choosing Fetch Params.
 
接受答案了.
 
后退
顶部