G
gsfxm
Unregistered / Unconfirmed
GUEST, unregistred user!
我在服务器端增加一个方法,将客户端的传来的数据传给服务器端的一个存储过程,并且
执行这个存储过程,如何写法。
如:function emsave(text:variant):variant
begin
adostoredproc1.parameters.params.parambyname('@text'):=text;
adostoredproc1.exec;
end;
他老说adostoredproc1没有定义
执行这个存储过程,如何写法。
如:function emsave(text:variant):variant
begin
adostoredproc1.parameters.params.parambyname('@text'):=text;
adostoredproc1.exec;
end;
他老说adostoredproc1没有定义