[b]Passing Parameters Array to the ASP.NET Command

dLesterSpenceq

New Member
Hi everyone,<BR><BR>In classic ASP I can pass my parameters to the Command Object using array:<BR><BR> cmdUpdate.Execute lngRecs, myArray, adExecuteNoRecords<BR><BR>Where myArray() is the arbitrary array with all my parameters.<BR><BR>Full syntax is: <BR><BR>Function UpdateProfile(ByVal strConn, ByVal usp_Name, ByVal myArray)<BR> Set cmdUpdate = Server.CreateObject(
 
Top