Re: calling function with String resolves as "Unknown" instead

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: todd runstein <todd_run(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: calling function with String resolves as "Unknown" instead
Date: 2004-05-03 22:34:46
Message-ID: 4096C906.7050508@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message todd runstein 2004-05-04 00:01:14 Re: calling function with String resolves as "Unknown" instead of varchar
Previous Message todd runstein 2004-05-03 21:56:50 calling function with String resolves as "Unknown" instead of varchar