In VS 2008, for example I have sql command like
SELECT * FROM STUDENTS WHERE STUDENTID = @STUDENTID
Then I append value into it, for example 15
How to I catch this sql command
SELECT * FROM STUDENTS WHERE STUDENTID = 15
Thx in advance
Dranix 0 Newbie Poster
ZidaneXero 14 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.