ADOTable1.GetFieldNames()错误
获取字段名称时出错
Could not convert variant of type (Null) into type (String)
[解决办法]
GetFieldNames()只能得到一个表的字段,不能得到SQL语句的字段
[解决办法]
是不是有中文字段名啊?改为因文字段名试试?
--------------------------------------------
http://kmok.cn/