Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Can we pass an array of Strings into a procedure

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-01-30 : 08:28:18
prusoman writes "As of now i am able to pass only individual variables into a procedure programmatically(using Java,JSP) like an integer or String.

Is it possible to pass a String array (Java )into a procedure."

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-01-30 : 08:33:40
If you use the Join method to create a delimited string from your Java array, then you can apply the techniques listed in these articles:

http://www.sqlteam.com/SearchResults.asp?SearchTerms=csv

Go to Top of Page
   

- Advertisement -