Pass Through Query to execute oracle procedure

marathonlady

Registered User.
Local time
Today, 03:05
Joined
Jul 10, 2002
Messages
120
I have a pass-through query that is passing a pair of variable parameters to execute an oracale procedure.

Here it is:

Exec P_AssetTagUpdate ('ABC', 'DEF')

note, here we are trying to change a pc's tag number from ABC to DEF.

User gets the message:

ODBC call failed
[Oracle][ODBC] Syntax error or access violation (#0)

Another note: the user can execute the exact statement in oracle SQL +. Anyone know what the problem is?

Thanks.
 
Did you set up an ODBC connection to connect to the (ORACLE) database through SQL*Plus?

RV
 

Users who are viewing this thread

Back
Top Bottom