Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Executing a package using DAO
Haven't used it for a while, but I remember only
begin
procedure_name;
end;
will work
Hth,
Sybrand Bakker, Oracle DBA
Anderson <tande922_at_hotmail.com> wrote in message
news:37A763AC.469F2D5E_at_hotmail.com...
> I'm trying to execute a package on my Oracle 7.3.4 server using MS
> Access as a front end. I can connect to the server and execute pass
> through queries fine. But when I try and execute a package or a
> procedure the code seems to bomb. I get ODBC call failed - Invalid SQL
> statement. I've tries executing the package name alone, exec package
> name, execute package name, prefixing it with the schema owner. Nothing
> seems to work. I'm at my whit's end can anyone help?
>
> TIA,
>
> Terry
>
Received on Tue Aug 03 1999 - 17:25:55 CDT
![]() |
![]() |