Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling stored proc via JDBC

Status
Not open for further replies.

martynh

Technical User
Oct 17, 2001
73
GB
I'm sure this should be simple, but the dev team haven't done this before. They are having problems calling a stored proc that requires an input parameter of type VARCHAR(255).

The start of the proc reads:

create procedure GETNEXTID
(in TABNAME varchar(255), out NEXTID bigint)
language SQL

Could someone possibly provide us with the code fragment necessary?

Thanks

Martyn Hodgson
On behalf of NorPay Solutions
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top