Recent content by farzadb

  1. F

    AV when executing TOracleQuery w/t ref cursors

    Yes, thankyou... it works great now.
  2. F

    AV when executing TOracleQuery w/t ref cursors

    My application give me the error "Access violation at address 00511050 in module 'app.exe'. Read of address 000001AA" when I execute the following code: Oracle Package -------------- 1 CREATE OR REPLACE PACKAGE my_package 2 AS 3 TYPE ref_cursor IS REF CURSOR; 4 5 FUNCTION my_resultset...
Back
Top