I have a procedure within a package that takes several input paramaters and returns a recordset. If I activate the TOraclewwQuery component from Delphi I get an error 'Invalid SQL statement'
Its quite a complicated procedure, Ive tested the individual bits of SQL within it and they work OK, but I have used several cursors. Can anyone show me how I could test this procedure from within PL/SQL developer ?
Its quite a complicated procedure, Ive tested the individual bits of SQL within it and they work OK, but I have used several cursors. Can anyone show me how I could test this procedure from within PL/SQL developer ?