Page 1 of 1

sqlserver +bexpree err

Posted: Sat 07 May 2005 09:08
by masks
create proc proc1
as
begin
create table #temptable(spoilage float,Lcontractqty float,inbgqty float,inqty float,
Pcontractqty float,outbgqty float,outbgzqty float,outqty float,
outzqty float,outotherqty float,outotherzqty float,Pkcqty float,
Pkczqty float,Lycqty float,Lkcqty float,banlance float )


insert into #temptable(spoilage,Lcontractqty,inbgqty,inqty,Pcontractqty,outbgqty,outbgzqty,outqty,
outzqty,outotherqty,outotherzqty,Pkcqty,Pkczqty,Lycqty,Lkcqty,banlance)
values(1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1)


select * from #temptable
drop table #temptable
end


这是一段sqlserver的存储过程:
在delphi中ado调用是正常的
如何用dbexpree+clientdataset报错: 这是为什么?谁能讲出正确调用的方法

Posted: Tue 10 May 2005 07:40
by Ikar
We couldn't reproduce the problem.
Please send us (dbxsda*crlab*com) complete small sample to demonstrate it.