Re: Working with ORACLE Stored procedures
- From: ds_lewis@xxxxxxxxxxx
- Date: 25 May 2006 17:01:14 -0700
Perhaps this will help. It is possibly the order you added the
parameters causing the error.
The .NET Oracle Client driver can map the parameters to the correct
sproc parameter (by name) no matter what order they were added to the
parameter object.
But the native Oracle driver maps them by position not name, so the
parameters have to be added in the order they appear in the sproc.
Targus
asp wrote:
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).
--- posted by geoForum on http://delphi.newswhat.com
.
- Prev by Date: Re: Database filed definition update - how?
- Next by Date: Re: how to show that there is a detail record
- Previous by thread: Re: Working with ORACLE Stored procedures
- Next by thread: Re: D5 + SQLSERVER
- Index(es):