sql能否对dbase库(.dbf)进行索引?(50分)

  • 主题发起人 主题发起人 sercall
  • 开始时间 开始时间
S

sercall

Unregistered / Unconfirmed
GUEST, unregistred user!
本机暂未用C/S ,只能用dbase本地的数据库(.dbf)。
其数据很大,数十万条记录,用sql语句非常慢,因为没有用索引,
请教,怎样对dbase库进行索引?
 
用Database Desktop或SQL Explore,使用Local SQL。 具体方法查Local SQL 帮助.
 
如果能,就是这样:在sql explorer里面执行
Create Index xxx on table_name(field_name)

如果不行,在database desktop里面修改structure里面建索引

如果还不行,装 foxpro 建索引,用完后删了 foxpro 就可以了
 
多人接受答案了。
 
后退
顶部