Re: Working with ORACLE Stored procedures
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Thu, 18 May 2006 20:35:40 -0500
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
.
- Prev by Date: Re: Can't Delete Records from an MS Access DB
- Next by Date: Re: D5 + SQLSERVER
- Previous by thread: File system indexing - SQL
- Next by thread: Re: Working with ORACLE Stored procedures
- Index(es):
Relevant Pages
|