回 帖 发 新 帖 刷新版面

主题:这个警告是什么意思??

debugger exception notification

Project Project1.ext raised exception class EVariantTypeCastError with message 'Could not convert vaiant of type (Noll) into type (String)'Process stropped.Use Step or Run to continue.

回复列表 (共2个回复)

沙发

数据类型不能转换;
很有可能是你在操作字符串时,忽略了如果是null的情况;
加断点,单步执行一下就知道了

板凳

数据库设计时,字段的类型问题,比如某列你默认可以为空 结果数据库自动填了NULL

我来回复

您尚未登录,请登录后再回复。点此登录或注册