delphi 本身的帮助:
If the stored procedure returns a cursor to be used with visual data controls, add a data source component to the data module, and set its DataSet property to the stored procedure-type dataset. Connect data-aware components to the data source using their DataSource and DataField properties.增加一个 Data Source,设置其 DataSet 属性为该存储过程 ...

解决方案 »

  1.   

    多谢回复
    其实我只想把oracle的存储过程中的out参数的值返回给调用过程的环境(我用的环境是delphi),但不知道怎么做,请具体说明.谢谢
      

  2.   

    这个问题前些时间也遇到过,因为ORACLE不像MS SQL那样,ORACLEJ里的SELECT必需加上INTO,很不爽!
    我在VB里可以实现,你可以参考一下!
    http://www.csdn.net/expert/topic/1051/1051439.xml?temp=.127453