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."