以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  [求助]关于basic和SQL server数据类型的对应  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=107841)

--  作者:EvanCEN
--  发布时间:2017/10/11 11:29:00
--  [求助]关于basic和SQL server数据类型的对应
数据库数据类型: FOXTABLE数据类型:(Visual Basic)

bit 字符(String[0-255]、可类型拓展)
int 日期时间(Date)
smallint 逻辑(Boolean)
float 整数(Integer)
nvarchar 长整数(Long)
ntext 短整数(Short)
datetime 微整数(Byte)
enum 双精度小数(Double)
image 单精度小数(Single)
image(mul) 高精度小数(Decimal)
reference 备注(String[256~~]、可类型拓展:邮件,网址,文件,图片,色彩,多文件,多值字段,时段,QQ,旺旺。)
varchar (Object通用型,可存放任何类型的数据)
text

我使用的外部数据源是SQL server的数据库。数据库使用的数据类型如左侧所示,其对应的foxtable内置数据类型分别是什么呢,能不能帮我匹配一下?

--  作者:有点甜
--  发布时间:2017/10/11 12:08:00
--  

参考

 

http://www.foxtable.com/webhelp/scr/1650.htm

 

foxtable没有 image、reference 等类型。