Click here to Skip to main content
15,891,184 members

Comments by Beanmeister (Top 3 by date)

Beanmeister 5-Nov-20 15:34pm View    
So I ran into an additional problem, probably because of my lack of knowledge regarding the parameterized query. The above logic is inside of a loop and the wopre and wosuf change every loop. However, the results indicate the values aren't changing in the commandtext.

Thoughts?
Beanmeister 4-Nov-20 10:50am View    
I'm actually using Pervasive SQL. The ? works great. Again, thanks for the education.
Beanmeister 4-Nov-20 10:30am View    
First of all, thank you for the help and the education. However, when I execute this VB code, the parameters don't seem to be getting inserted. I get an error when executing the ExecutedReader command saying the SQL command doesn't recognize @wopre, instead of my actual variable.