Visual Basic 2008
I have a DataGridView and I click to Add Query for creating a query to fill it. Normally I have to add some statements in the Query Text field. I have a string variable to register my query text. How can I use it to fill the Query Text field?
I have a DataGridView and I click to Add Query for creating a query to fill it. Normally I have to add some statements in the Query Text field. I have a string variable to register my query text. How can I use it to fill the Query Text field?