vs05
llblgen pro 2
asp.net 2
adapter
I know I can view the statement if an error occurs using the exception. I have a query returning incorrect results and I want to see the sql statement to make adjustments as necessary.
I have a DataSourceObject2 with select parameters base on a gridview datarow key, a field is marked true and another field must be null
select id, name from [table] where id <> @a and active = 1 and pid is null