Recent content by Marko Horvat

  1. M

    Calling package funnction which returns array

    Thanks for help. Since then i found some easy solutions. If I have package i can build easy code wrapper in Delphi menu: oracle->Package wizard. Marko
  2. M

    Calling package funnction which returns array

    Hello, I cant make returning array from PACKAGE function work. Can anyone help with that. My package example: PACKAGE: CREATE OR REPLACE PACKAGE TEST_PKG AS TYPE str_arr IS TABLE OF VARCHAR2(128) INDEX BY BINARY_INTEGER; FUNCTION getArray return str_arr; END TEST_PKG; Package body...
Back
Top