I am using vb6 to create an index for a dbaseIII table

The table name is 'MVDETAIL.DBF'
Size is 8.34 MB

It is a non-unique index and has been running for about 2.5 hours now.
This seems a little long to me, is it that I'm just impatient or should I kill the execution and check the code?

The SQL statment in code is

Code:
  1. SQLst = "CREATE INDEX xdetic ON mvdetail (det_icode)
  2. CN.execute sqlst