COM+ 里边SYSINT类型,如何转成string(20分)

  • 主题发起人 主题发起人 13708782004
  • 开始时间 开始时间
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不可以啊!
 
不好意思,我思维定神了,原来是:少了SysUtils!
 
请,那位进来拿拿分!
 
你是从c转行到delphi的吗?
 
多人接受答案了。
 
哈哈,我,dbase3--foxbase- turbo p ,turbo c--forxpro --vb---c++ builder---
delphi---vc ----->delphi--->asp +com+
 
我除了dbase3和你一样,不过顺序不同。
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
724
import
I
后退
顶部