以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 请问:如何取得 某字段的datatype? (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=56546) |
-- 作者:tennis -- 发布时间:2014/9/8 17:15:00 -- 请问:如何取得 某字段的datatype? 如题: 如何取得 表A 中 "姓名" 的datatype name |
-- 作者:y2287958 -- 发布时间:2014/9/8 17:40:00 -- http://www.foxtable.com/help/topics/1356.htm |
-- 作者:涛声依旧5666 -- 发布时间:2014/9/8 22:45:00 -- 若IsNumeric为真,继续用NumericType判断是 微整数、短整数、长整数、单精度、双精度。。。。 若IsString为真,继续用ExtendType判断扩展类型。 |
-- 作者:tennis -- 发布时间:2014/9/9 7:07:00 -- 3Q!! |