RushiShroff
Programmer
Code:
<%
Call OpenConnection()
SQLGetIndArr="select Software_Industry from Software_Industry where Software_ID=1"
Call OpenRecordset(SQLGetIndArr)
If Not objRs.EOF then
IndArr=objRs.getRows()
Call CloseRecordset()
IndArrJoin=Join(IndArr)
Response.Write IndArrJoin
Else
IndArr=""
Call CloseRecordset()
End If
%>
So you must've understood.
I want to take all Industries for particular application and take them as an array.
Then I want to convert it in a string.
But I am not able to get it.
Response.Write IndArrJoin not working.
Array index problem ?? Rushi Shroff Rushi@emqube.com
"Life is beautiful."