Utilizing executeBatch() with stored procedures

From: Yukino Miyazawa <stchen001(at)yahoo(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Utilizing executeBatch() with stored procedures
Date: 2006-06-30 00:47:14
Message-ID: 20060630004714.63367.qmail@web51814.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I was wondering what the status is for getting
CallableStatments to run via executeBatch() to get
inserts done in bulk. I've been attempting to get this
to work on 8.1.4 with the 8.2 503 driver. Despite my
return type being void, this fails to execute
returning a syntax error on "{" which is alluding to
the "{call func(? . . ."

Are there any known workarounds?

Thanks,
stchen

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Hallgren 2006-06-30 08:10:00 Re: ResultSetMetaData + CachedResultSet bug
Previous Message Kris Jurka 2006-06-29 23:47:02 Re: ResultSetMetaData + CachedResultSet bug