dbf的numberic列(200分)

  • 主题发起人 主题发起人 tristonny
  • 开始时间 开始时间
T

tristonny

Unregistered / Unconfirmed
GUEST, unregistred user!
use delphi to program;
i wanna change a colunmn to numbric type into dbf file
how to do it
i find delphi can do float only.
 
what means?
 
是想建立numeric类型的字段吗? 说说你是怎么做的,出什么问题?
 
假定file1.dbf 中的 f1 字段为待转换的字符型
而file2.dbf 中的 f1 字段为需转换成的数值型
可用:
use file1
copy to temp type sdf fiel f1 [,...]
use file2
appe from temp type sdf fiel f1 [,...]

即先把字符型字段转换成文本格式,再把文本文件转换成数值型字段
 
你试试呀
 
此题没能做出正确解答,题意不清,平分分数。
 
多人接受答案了。
 
后退
顶部