AnantLabs / familyfinance

Automatically exported from code.google.com/p/familyfinance
0 stars 0 forks source link

Make a try-catch block to guard against SQLce not being installed. #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Running the program without SQLce installed causes the program to crash.
Make this more friendly by adding a try-catch block and an error message
that says to install the SQLce3.1 file.

Original issue reported on code.google.com by erik.redned on 17 Dec 2008 at 10:49

GoogleCodeExporter commented 9 years ago
Fixed in revision 44. Added two procedures in Program.c to detect if SQLce was
installed. The put up a message that says to inslatt SQLce 3.1

Original comment by erik.redned on 9 Jan 2009 at 3:51