I am using FastReport.Net and I want to passing multiple values in a parameter.
I have dynamic values for this parameter.
For example;
SELECT * FROM Students
WHERE StuNo IN (@pStuNo);
@pStuNocan includes (3, 8, 11), but fastreport does not allow such use.
I could not find any solution on this issue. I'm waiting for your help, thanks.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…