【发布时间】:2009-11-30 22:34:21
【问题描述】:
我希望能够声明具有以下签名的 Data Snap 方法
type
TLoginInfo = record
Username: string;
Password: string;
LastLogged: DateTime;
end;
function GetLoginInfo(const UserId: Integer): TLoginInfo;
当我尝试调用它时,它说 TLoginInfo 并不为人所知。
【问题讨论】:
-
哪种类型的 Datasnap?基于 DCOM 的还是基于 dbExpress 的?
标签: delphi delphi-2010 datasnap