Main   Products   Offshore Outsourcing   Customers   Partners   ContactUs  
JDBC Databases
  HXTT Access v7.1
  HXTT Cobol v5.0
  HXTT DBF v7.1
 
  Buy Now
  Support
  Download
  Document
  FAQ
  HXTT Excel v6.1
  HXTT Json v1.0
  HXTT Paradox v7.1
  HXTT PDF v2.0
  HXTT Text(CSV) v7.1
  HXTT Word v1.1
  HXTT XML v4.0
Offshore Outsourcing
Free Resources
  Firewall Tunneling
  Search Indexing Robot
  Conditional Compilation
  Password Recovery for MS Access
  Password Recovery for Corel Paradox
  Checksum Tool for MD5
  Character Set Converter
  Pyramid - Poker of ZYH
   
   
   
Heng Xing Tian Tai Lab of Xi'an City (abbr, HXTT)

HXTT DBF
drop index syntax
Rob Gansevles
2009-02-23 06:11:03
Hello,

I was trying to figure out the drop index syntax for your driver

create table tst (val varchar(50) default null)
create index tstidx on tst (val)

This fails with a parse error:
drop index tstidx

This fails with another error
drop index tstidx on tst


What is the correct syntax?

Thanks,
Rob
Re:drop index syntax
HXTT Support
2009-02-23 06:17:30
DROP INDEX ALL of "tst.idx" ON tst
Re:Re:drop index syntax
Rob Gansevles
2009-02-23 07:26:49
The index is called tstidx, not idx.
Both of the following fail with a nullpointer:


DROP INDEX ALL of "tst.tstidx" ON tst

DROP INDEX ALL of "tstidx" ON tst

Error: java.sql.SQLException: java.lang.NullPointerException
at com.hxtt.sql.dbf.DBFIndex.a(Unknown Source)
at com.hxtt.sql.dbf.i.a(Unknown Source)
at com.hxtt.sql.dbf.u.a(Unknown Source)
at com.hxtt.sql.bm.a(Unknown Source)
at com.hxtt.sql.ag.a(Unknown Source)
at com.hxtt.sql.ag.a(Unknown Source)
at com.hxtt.sql.ag.execute(Unknown Source)
Re:Re:Re:drop index syntax
HXTT Support
2009-02-23 16:57:20
Try
DROP INDEX ALL of "tstidx" ON tst
or
DROP INDEX ALL of "tstidx.idx" ON tst

The latest package will mask that NullPointerException.

Search Key   Search by Last 50 Questions




Google
 

Email: webmaster@hxtt.com
Copyright © 2003-2019 Heng Xing Tian Tai Lab of Xi'an City. | All Rights Reserved. | Privacy | Legal | Refund | Sitemap