A
Aaron Ackerman
How in the heck do I traverse this rediculously long object model to find
out if I actually updated a particular value in my dataset???
I tried the following but get an error:
?vdsJob.Tables["JobDutyByID"].Rows[0]["CaseJobDuty"]
Identifier expected.
I am getting an error when I try to update a Datagrid and of course it is a
generic non-descript SQL error message which is NO help.
I have no idea why MS make debugging so difficult.
out if I actually updated a particular value in my dataset???
I tried the following but get an error:
?vdsJob.Tables["JobDutyByID"].Rows[0]["CaseJobDuty"]
Identifier expected.
I am getting an error when I try to update a Datagrid and of course it is a
generic non-descript SQL error message which is NO help.
I have no idea why MS make debugging so difficult.