Hi,
 
I have a stored procedure, but I don't know how to run and get
result from it using JDBC-ODBC bridge. The following is the
procedure, any help would be very appreciated.

create procedure proc_1
(@siteID int, @catID int, @result char(200) output) as
select @result = siteURL from classifiedSite
where siteID = @siteID and catID = @catID

Jianhong

Reply via email to