1
13708782004
Unregistered / Unconfirmed
GUEST, unregistred user!
function TPRIVILAGE.Get_SchoolLocation(const ConStr: WideString;
UserID,
SchoolLocationID: SYSINT;
var ArrayData: OleVariant): SYSINT;
var MYDM: TDM;
SQL: string;
begin
SQL := ' SELECT * FROM SchoolLocation where ' +
'SchoolLocationID= ' +INTTOSTR(SchoolLocationID)+
'ORDER BY SchoolLocationNO ';
上面,为什么inttostr不可以啊!
UserID,
SchoolLocationID: SYSINT;
var ArrayData: OleVariant): SYSINT;
var MYDM: TDM;
SQL: string;
begin
SQL := ' SELECT * FROM SchoolLocation where ' +
'SchoolLocationID= ' +INTTOSTR(SchoolLocationID)+
'ORDER BY SchoolLocationNO ';
上面,为什么inttostr不可以啊!