S
steve
Hi,
I am dealing with complicated (at least for my standards) created at runtime
Sql queries.
The string construction can get quite complicated and prone to errors
because the possibilities are so many.
I was wondering if there is a way that once you send the query to the server
(dataAdapter) to filter out the response
*before* filling the dataset.
Well, if the SQL server doesnt understand the string I don't think i;ll
reach the filling the dataset point ...!
I am trying to avoid just raising an exception. I would like to warn the
user and allow him/her to reconstruct and resend the querry.
TIA
-steve
I am dealing with complicated (at least for my standards) created at runtime
Sql queries.
The string construction can get quite complicated and prone to errors
because the possibilities are so many.
I was wondering if there is a way that once you send the query to the server
(dataAdapter) to filter out the response
*before* filling the dataset.
Well, if the SQL server doesnt understand the string I don't think i;ll
reach the filling the dataset point ...!
I am trying to avoid just raising an exception. I would like to warn the
user and allow him/her to reconstruct and resend the querry.
TIA
-steve