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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passthrough query to Oracle SP

Status
Not open for further replies.

citychap26

Programmer
Sep 19, 2004
144
GB
Hi Guys and gals,

It's been a log time since I've been on here !!! Just a quickie, I want to run (execute) a stored procedure in Oracle 10g.

I have put the folowinmg systax in a spreadsheet:

begin
proc_name;
end;

set the following in MS Access query properties:
1 saveed the connection string
2 set returns records to no

Sadly I get an ODBC error:

ORA-06550;line1, column 6 etc etc
etc

I could simply creade a script and run it in SQL Plus.

Thanks in advance.

Cheers

SK


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top