SBendBuckeye
Programmer
Hello all,
Someone sent me this code to instantiate a parameter object.
I understand everything except the request() part. I assume that it returns the corresponding column name for the parm name referenced as argument 1. Can someone elaborate on this method or where I can find it? Thanks!
Have a great day!
j2consulting@yahoo.com
Someone sent me this code to instantiate a parameter object.
Code:
cmd1.Parameters.Append(cmd1.CreateParameter("Project", adVarChar, adParamInput, 30, request("Project")))
Have a great day!
j2consulting@yahoo.com