J
Jerod Houghtelling
Hi all,
I'm having an issue when executing an RDA pull and then creating a
secondary key from certain situations. Does anybody know of a good
tool that might help me track down this issue?
Pocket PC 2003 SE
C# Compact Framework 2.0
SQL Server 2005 CE
The issue occurs after an RDA pull does not finish successfully. One
way I get this to happen is if the device is rebooted in the middle of
the RDA pull. The next time the program is ran the RDA pull finishes
successfully, but then the program crashes when I alter the table to
add a secondary key. The crash is uncatchable neither a
catch(Exception) or generic catch seems to do any good. The weird
thing is that if I change from applying a secondary key to any kind of
data modifying sql statement the program still silently blows up. It
doesn't even matter if I use the same table that was being pulled!!!
Thanks in advance,
Jerod
I'm having an issue when executing an RDA pull and then creating a
secondary key from certain situations. Does anybody know of a good
tool that might help me track down this issue?
Pocket PC 2003 SE
C# Compact Framework 2.0
SQL Server 2005 CE
The issue occurs after an RDA pull does not finish successfully. One
way I get this to happen is if the device is rebooted in the middle of
the RDA pull. The next time the program is ran the RDA pull finishes
successfully, but then the program crashes when I alter the table to
add a secondary key. The crash is uncatchable neither a
catch(Exception) or generic catch seems to do any good. The weird
thing is that if I change from applying a secondary key to any kind of
data modifying sql statement the program still silently blows up. It
doesn't even matter if I use the same table that was being pulled!!!
Thanks in advance,
Jerod