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
caseInsensitive
Andrew
2015-03-31 21:45:59
I do not believe this is working properly? Our connection string looks like this:

jdbc:dbf:/C:/dev/db/DBF?lockType=FOXPRO;caseInsensitive=true;ODBCTrimBehavior=true;emptyDecimalAsZero=true

Where a values in the ITEM field of the tblParts equal 'H2S-WD500'

SELECT * FROM tblParts
WHERE ITEM = 'h2S-WD500'

returns zero records, but if we do this it works fine:

SELECT * FROM tblParts
WHERE ITEM = UCASE(h2S-WD500)

We thought if we included "caseInsensitive=true" in our datasource string as listed above we would not need to use the UCASE function?

We are using the latest trial download.
Re:caseInsensitive
HXTT Support
2015-03-31 22:38:20
I guess that you should have an index on ITEM, and index match is case sensitive. We will check and find a solution for it.
Re:Re:caseInsensitive
HXTT Support
2015-04-04 06:39:52
Supported.
Re:Re:Re:caseInsensitive
Andrew
2015-04-04 09:57:21
I just tried the latest version emailed and we're halfway there! It works when there is an "=" in the WHERE clause, but not when there is a "LIKE"

Works:
WHERE ITEM = 'h2S-WD500'

Does not work:
WHERE ITEM LIKE 'h2S-WD5%'
Re:Re:Re:Re:caseInsensitive
HXTT Support
2015-04-04 20:32:56
>WHERE ITEM LIKE 'h2S-WD5%'
You should use ILIKE

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 | Sitemap