说明: Delphi运行时执行代码实例 program Test; var iSum :integer; function Sum(i, j: Integer): Integer; begin Result := i + j; end; begin iSum := Sum(10, 25); Writeln(inttostr(iSum)); Showmessage(inttostr(iSum)); end. <zyrlmh> 上传 | 大小:999kb
说明: Odac8.14 自动安装程序+源码+例子+帮助 Delphi5-DelphiXe ===================== Oracle Data Access Components (ODAC) is a library of components that provides native connectivity to Oracle from Delphi, Delphi for .NET, C++Builder, Free Pascal, and Kylix. The ODAC li <wolfwubo> 上传 | 大小:64mb