E
Easycool
Unregistered / Unconfirmed
GUEST, unregistred user!
我在ORACLE中写了STORDED PROCEDURE中写了:
create or repalace procedure Try(getcount OUT number) IS
BEGIN
SELECT COUNT(*) into getcount from newtable;
end;
在DELPHI中的STOREDPROC中,我把STOREDPROC1的paramByname('getcount').asstring付给EDIT1.TEXT结果,告诉我CAPACITY. is not
..error..
环境 NT ORACLE8 ODBC:ORACLE 8.08 DELPHI 5
create or repalace procedure Try(getcount OUT number) IS
BEGIN
SELECT COUNT(*) into getcount from newtable;
end;
在DELPHI中的STOREDPROC中,我把STOREDPROC1的paramByname('getcount').asstring付给EDIT1.TEXT结果,告诉我CAPACITY. is not
..error..
环境 NT ORACLE8 ODBC:ORACLE 8.08 DELPHI 5