Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle PL/SQL calls via MS Access Pass-Through Query

Status
Not open for further replies.

iansoady

Technical User
Apr 2, 2002
2
GB
I am using a MS Access 2000 DB as a front end to an Oracle v8i database. I want to invoke PL/SQL stored procedures and believe that this is achievable through pass-through queries but can't find any documentation on this - merely executing the query doesn't work. Any helpful suggestions?
 
You need to create a new query, then paste the SQL into it, then in the Query menu choose SQL specific->Pass Through.

hth

Ben ----------------------------------------------
Ben O'Hara

"Where are all the stupid people from...
...And how'd they get so dumb?"
NoFX-The Decline
----------------------------------------------
 
I believe the PL/SQL command is the same as Transact-SQL:

try...

exec procedure name

within the body of the stored procedure. I will look it up and correct myself if I am wrong.

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top