12-04-2009, 04:41 PM
Hi Dinesh
why are you passing input parameters to the function expect SQL statement
'-- code to read access table & store in array arrRowVal, count in intRowNo, result pass/fail in strEndResult.
End function
clearly specify
Thanks
why are you passing input parameters to the function expect SQL statement
Code:
function fnGetVal(Sql, intRowNo, arrRowVal() , strResult)
'-- code to read access table & store in array arrRowVal, count in intRowNo, result pass/fail in strEndResult.
End function
clearly specify
Thanks