Hi All,
I am trying to change SQL statement of DED in run time.
How can I do that?
Tool :Visual Basic 6 Enterprise Edition
Step I worked :
1.Using DataEnvironment Designer
2.Made Connection1 in DED
3.then made Command1 in DED
4.then Set SQL statement in DED
5.Put Button and DBGrid on the Form
Now, I can execute this program.
But I can't change the SQL of Commnad1 in the running time.
Pressing button, I want to change the SQL of Command1.
Help me, I appreciate you..
Thanks.