P Phil Hunt Oct 11, 2010 #1 I am using sql parameter, no problem. But where/ how do I see what is in the paramter in debug or watch. I cannot fin it. Thanks
I am using sql parameter, no problem. But where/ how do I see what is in the paramter in debug or watch. I cannot fin it. Thanks
J Jeff Johnson Oct 11, 2010 #2 I am using sql parameter, no problem. But where/ how do I see what is in the paramter in debug or watch. I cannot fin it. Click to expand... In the immediate window type: ? MySqlParameter.Value (Of course, substituting the name of your actual variable.) In a Watch window just examine the Value property.
I am using sql parameter, no problem. But where/ how do I see what is in the paramter in debug or watch. I cannot fin it. Click to expand... In the immediate window type: ? MySqlParameter.Value (Of course, substituting the name of your actual variable.) In a Watch window just examine the Value property.
P Phil Hunt Oct 13, 2010 #3 got it. Jeff Johnson said: In the immediate window type: ? MySqlParameter.Value (Of course, substituting the name of your actual variable.) In a Watch window just examine the Value property. Click to expand...
got it. Jeff Johnson said: In the immediate window type: ? MySqlParameter.Value (Of course, substituting the name of your actual variable.) In a Watch window just examine the Value property. Click to expand...