Re: Invalid character???

From: Laurenz Albe <invite_at_spam.to.invalid>
Date: 21 Aug 2008 06:56:46 GMT
Message-ID: <1219301805.511245@proxy.dienste.wien.at>


Tim Slattery <Slattery_T_at_bls.gov> wrote:
>>>// SQL-92 syntax
>>>conn.prepareCall("{? = call func (?,?)}");
>>>
>>>// PL/SQL anonymous block
>>>conn.prepareCall("begin ? := func(?,?); end;");
>>
>>I've tried both, I get illegal character from the first and something
>>about illegal type from the second. Neither works.

> 
> A tiny bit of progress. My statement now reads:
> 
> { ? = call getReporterData(?) }

... so you hadn't tried both, else it would have worked right away.

You know, computers are a bit picky about syntax and don't "know what you mean".

Yours,
Laurenz Albe Received on Thu Aug 21 2008 - 01:56:46 CDT

Original text of this message