Simple yet confusing
Hi,
I have a procedure where the following line of code is included:
strTSQL = "EXEC sp_gettitles " & lngParam
However, in the above lngParam is a long value.
How will the code change if the above parameter is a string one
i.e. strParam is string. Thanks in advance
|