Executing Stored Procedure from Access

F

Frank

Hi,

When I try to execute a stored procedure from Access Pass
Through Query I get ODBC- Call Failed, [Oracle][ODBC]
Syntax error or access violation.(#0). I have selected the
right DSN and have access to tables.

In SQL Pass-Through Query I have:
Execute insert_into_Test (this is the prcedure name in
Oracle)

Please Help.
Thanks
 
Top