J
John
Hi
I am using strongly typed data access with bound controls in a winform
application. Our requirements are such that they result in a number of sql's
(various sorting/filtering requirements) therefore I am thinking not to use
table adapter with a large number of sqls. Instead I am thinking of using
dynamically created sql with data adapter. Am I correct in my thinking? Is
there a better way to deal with the situation at hand?
Thanks
Regards
I am using strongly typed data access with bound controls in a winform
application. Our requirements are such that they result in a number of sql's
(various sorting/filtering requirements) therefore I am thinking not to use
table adapter with a large number of sqls. Instead I am thinking of using
dynamically created sql with data adapter. Am I correct in my thinking? Is
there a better way to deal with the situation at hand?
Thanks
Regards