摘要:
dataSnap服务器,客户端调用的时候写错了一句话,SQLConnection1->CloneConnection();改为SQLConnection1->Close();就好了,查了一天。调试的时候报错,还能继续运行,在服务器上crash崩溃退出。"Project ... faulted wit... 阅读全文
摘要:
interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) private { Private declaratio... 阅读全文