Z
zengtao
Unregistered / Unconfirmed
GUEST, unregistred user!
例:
myRec=record
name:string;
Age:int;
Sex:Boolean;
resume:array of resumeRec;
end;
然后我想通过一个方法根据传入Name值从数据库中取出信息回传给客户端,请问我应该怎样做呢?
myRec=record
name:string;
Age:int;
Sex:Boolean;
resume:array of resumeRec;
end;
然后我想通过一个方法根据传入Name值从数据库中取出信息回传给客户端,请问我应该怎样做呢?