| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: SP call does not work
"Joe Weinstein" wrote...
> You missed one '(' in the SQL. It should be:
>
> CallableStatement cs =
> con.prepareCall
> ("{call schtru.sp_get_all_descr ( ?, ?, ?, ?}");
Shouldn't that actually be "two" misses? One in the end of the argument list as well... ;-)
CallableStatement cs =
con.prepareCall
("{call schtru.sp_get_all_descr (?, ?, ?, ?)}");
// Bjorn A Received on Sat May 22 2004 - 02:30:31 CDT
![]() |
![]() |