简体   繁体   中英

calling a stored procedure in sybase with an array from input parameter in java

Hi my Map results = storedProcedure.execute(parameters); is returning no data found in my DAO class, because my stored proc(in sybase) executes as below.

execute file_sp('''123'',''234'',''566'',''223''')

any suggestions.Thanks

I don't see how you can expect a useful answer if you do not provide any further information. But here's a suggestion: first figure out if the stored proc works correctly when you execute it directly(eg from 'isql').

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM