I am devloping a Visual C++ database application using ODBC.
After I run the program in Debug mode, add a new record, then close the program, the debug window shows that some threads and the program itself have exited with a "code 2".
If I run the program and simply delete a record, this does not occur.
What do the codes this mean; is this serious; and what is likely to be causing it?
After I run the program in Debug mode, add a new record, then close the program, the debug window shows that some threads and the program itself have exited with a "code 2".
If I run the program and simply delete a record, this does not occur.
What do the codes this mean; is this serious; and what is likely to be causing it?