Well, YEAH! A query takes the form "Select ... from ..."
No matter how hard you try, you can't make any changes to the data with just "Select..." You have to use the non-query commands (Insert, Update, Delete)to change the data.
This makes me think that you mean something else by "query." Could you be referring to the connection itself?
TommCatt
In theory, there is no difference between theory and practice. In practice, there is.