Re: calling function with String resolves as "Unknown" instead of varchar - Mailing list pgsql-jdbc

From todd runstein
Subject Re: calling function with String resolves as "Unknown" instead of varchar
Date
Msg-id 20040504000114.21763.qmail@web13702.mail.yahoo.com
Whole thread Raw
In response to Re: calling function with String resolves as "Unknown" instead  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
Duhhhh!

Thanks for pointing out the obvious!


--- Oliver Jowett <oliver@opencloud.com> wrote:
> todd runstein wrote:
>
> > create or replace function
> > usp_affectedproduct(integer, integer, varchar)
> RETURNS
> > int as ...
>
> > String query = "{? = call usp_affectedproducts(?,
> ?,
> > ?)}";
>
> Spot the typo in the function name..
>
> -O

=====
The only "dumb question" is the one you were too afraid to ask.
________________________________________

Check out RouteRuler - Free software for runners, cyclists, walkers, etc.
http://routeruler.sourceforge.net
________________________________________




__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: calling function with String resolves as "Unknown" instead
Next
From: Andy Zeneski
Date:
Subject: Result Set Cursor Patch