yes.. that help..
but to do a direct execute in the database you will have to forget about adodc and read something about connection object in msdn...
that way you can execute querys directly into the database..
the connection needs a connection string (that you have b/c you have to use it in every adodc) and then you do an open, after that do connection.execute your query and that is...
HTH
Gonzalo
|