Leonid
User
 Junior Boarder
| Posts: 12 |   | Karma: 0 |
|
VArray and Procedure
|
|
Posted: 2000/08/01 15:40 |
|
|
|
|
Hello
I need a help to build a query on server part based on some number (uknown number) of criteria which is supplied from client part.
For example: user enters some filter criteria, client program sends it to server, where query based on that criteria is build and returns the result to client.
I decided to use the following procedure: ServerPartProcedure (FIRST IN TFIRST, SECOND IN TSECOND, ret_cur OUT TRet_Cur); type Tret_cur is REF CURSOR; type TFIRST is VARRAY(20) of varchar2(100); type TSECOND is VARRAY(20) of number;
Then I create a TOCIStoredProc... And got the followin error:NOE7/VAR - Bad or undefined variable [:FIRST] - type is 0. So, I think it cannot understand VArray parameters.
What advice would you give me in this situation ?
Thank you, Leonid Asanov
Please, send a copy to alv@pskov.teia.org
|
|