我正在用VC做数据系统管理系统,但当编写完对数据库进行更新操作的语句之后,运行后,要退出时就出现了如下错误
  Run  Error!
program:E\JXDMS\Debug\JXDMS.exeThis application has requested the Runtime to terminate it in an unusual
way.
Please contact the appliccation's support team for more information.我知道这是跟对数据库进行操作出错有关,但是我以前所遇到的我最后都解决了.我实在是想不出哪条语句有问题.

解决方案 »

  1.   

    DialogUserQuery.obj : error LNK2001: unresolved external symbol "protected: void __thiscall CDialogUserQuery::OnIdPreviewUserdelete(void)" (?OnIdPreviewUserdelete@CDialogUserQuery@@IAEXXZ)
    Debug/JXDMS.exe : fatal error LNK1120: 1 unresolved externals
    Error executing link.exe.JXDMS.exe - 2 error(s), 0 warning(s)
    这又是怎么回事?
      

  2.   

    是的。
    DialogCHOQuery.obj - 0 error(s), 0 warning(s)
    但是这个目标生成没有错,可是编译却通过不了。