G
Gary Desrosiers
What we're these guys smoking when they wrote Chapter 17 - Using SQL Server
CE:
1st - The "UsingSQLCESample" won't even work out of the box because the
button event isn't properly wired to the event handler code. After fixing
that...
2nd - The observation database table "Obs" never gets updated. The dataGrid
is never shown. I'm not sure what the fix is for this one except maybe to
update the DataTable using a dt.NewRow() and use SqlCommandBuilder to
generate Insert/Update commands before doing the daObs.Update().
I'm venting because I purchased this book to specifically because it dealt
with SQLServer CE and spent days trying to figure out why "I'm" not getting
it when it was really Andy Wigley & Stephen Wheelwright (The authors) who
arn't getting it.
Gary
CE:
1st - The "UsingSQLCESample" won't even work out of the box because the
button event isn't properly wired to the event handler code. After fixing
that...
2nd - The observation database table "Obs" never gets updated. The dataGrid
is never shown. I'm not sure what the fix is for this one except maybe to
update the DataTable using a dt.NewRow() and use SqlCommandBuilder to
generate Insert/Update commands before doing the daObs.Update().
I'm venting because I purchased this book to specifically because it dealt
with SQLServer CE and spent days trying to figure out why "I'm" not getting
it when it was really Andy Wigley & Stephen Wheelwright (The authors) who
arn't getting it.
Gary