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...