Calling Oracle Stored Procedures - Help!

rmancuso

New member
Local time
Today, 13:22
Joined
Aug 25, 2006
Messages
1
Does anyone have experience with Oracle? I usually call MS SQL stored procs from Access and I now have a client that uses Oracle.

I don't know how to write stored procedures in Oracle so that they can be called in Access.

Can anyone help?
 
I have not written an Oracle package, but have executed them.
To exec one it is:
BEGIN Oracle_Package_Name(Parameters); END;
 

Users who are viewing this thread

Back
Top Bottom