G
Guest
In sqlce, trying to connect to database. If network is not present, I'm
branching to an error handling routine using try/catch. The "Catch" works,
but then the PocketPC device still gives a system error and quits the
program. I don't want to exit the entire program and go back to the OS. I
just want the catch routine to execute and then be returned to the form?
Within the emulator, it works but when the program runs on the device (HP
iPaq h4350) the problem happens.
branching to an error handling routine using try/catch. The "Catch" works,
but then the PocketPC device still gives a system error and quits the
program. I don't want to exit the entire program and go back to the OS. I
just want the catch routine to execute and then be returned to the form?
Within the emulator, it works but when the program runs on the device (HP
iPaq h4350) the problem happens.