dataSnap服务器,客户端调用的时候写错了一句话,

SQLConnection1->CloneConnection();

改为

SQLConnection1->Close();

 

就好了,查了一天。

调试的时候报错,还能继续运行,在服务器上crash崩溃退出。
"Project ... faulted with message: 'application-defined exception (code 0x0eefface) at 0x755ad36f. Process Stopped. Use Step or Run to continue."

相关文章:

  • 2021-08-04
  • 2021-07-24
  • 2021-05-23
  • 2022-12-23
  • 2021-06-29
  • 2021-09-10
  • 2022-01-11
猜你喜欢
  • 2022-12-23
  • 2022-01-31
  • 2021-07-10
  • 2021-10-01
  • 2021-11-29
  • 2022-12-23
  • 2022-02-18
相关资源
相似解决方案