Re: Working with ORACLE Stored procedures




How can I obtain recordset returned by oracle stored procedure in delphi
program? I try to use TADOStoredProc, but when I specify the output
parameter as ftCursor I recieve OLE Error (conflicted or wrong type
arguments).

Try using a TadoDataset. If the stored procedure returns a recordset it should
be accessible through the datasource you assign to the tadoDataset.
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.



Relevant Pages

  • TADODataSet AddNew syntax
    ... Can anyone give me an example of the proper syntax for using TADODataSet ... RecordSet.AddNew when attempting to insert a new record and specify more ... I am working with Delphi 7 and and Access database. ...
    (borland.public.delphi.database.ado)
  • Re: Lookup fields and DB Grid problems
    ... A TadoDataset allows you to specify a query to select records. ... to select a subset of a table on SQL server especially if your tables are large. ...
    (borland.public.delphi.database.ado)