W
wxb761014
Unregistered / Unconfirmed
GUEST, unregistred user!
我建了一个数据库,使用下面的语句添加记录。
dmZTDB->tFlow->AppendRecord(ARRAYOFCONST((int,long,AnsiString)));
但系统总是抱错。
[C++ Error] diaClearOxy.cpp(106): E2285 Could not find a match for
'OpenArray<TVarRec>::OpenArray(int,long,AnsiString)'.
这是什么意思啊!!!
如将上述语句变为:
dmZTDB->tFlow->AppendRecord(ARRAYOFCONST(((float)int,(float)long,AnsiString)));
则编译顺利通过,为什么整型数据无法添加成功。
另外,谁顺带讲讲OpenArray<TvarRec>这种数据类型,谢谢!!!
dmZTDB->tFlow->AppendRecord(ARRAYOFCONST((int,long,AnsiString)));
但系统总是抱错。
[C++ Error] diaClearOxy.cpp(106): E2285 Could not find a match for
'OpenArray<TVarRec>::OpenArray(int,long,AnsiString)'.
这是什么意思啊!!!
如将上述语句变为:
dmZTDB->tFlow->AppendRecord(ARRAYOFCONST(((float)int,(float)long,AnsiString)));
则编译顺利通过,为什么整型数据无法添加成功。
另外,谁顺带讲讲OpenArray<TvarRec>这种数据类型,谢谢!!!