Where is the value of the actual query executed for an AccessDataSource with the parameters replaced with actual values?
Note: Answers in VB.NET or C# are fine.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not positive w/r/t AccessDataSource but I don’t believe the parameters actually get replaced in the string representing your query. If they do, it is most likely once the query has already been sent to the database.