Hi!
I´m working with vfp9 and Oracle 9 like DBMS. I have a connection and i need to execute a procedure. When i use SQLCONNECT with a simple SQL statement (select * ...) it works fine, but when i run the procedure i receive -1 (cannot execute).
I have all rights in oracle to run the procedure, i test executing in SQLPLUS and it works.
this is the statement
vHnd = SQLEXEC('exec Create_seq') &&Invoking procedure
Thanks in advance
Hugo
I´m working with vfp9 and Oracle 9 like DBMS. I have a connection and i need to execute a procedure. When i use SQLCONNECT with a simple SQL statement (select * ...) it works fine, but when i run the procedure i receive -1 (cannot execute).
I have all rights in oracle to run the procedure, i test executing in SQLPLUS and it works.
this is the statement
vHnd = SQLEXEC('exec Create_seq') &&Invoking procedure
Thanks in advance
Hugo