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
Problem with query containing like
dms2000
2009-11-15 00:00:58
Hi

The new driver does not query correctly when I use a Like statement. If I replace the Like with = the query returns a result egg.

String sql = "select * from punit where PUNIT LIKE 'Line01'";
Connection conn = DriverManager.getConnection("jdbc:dbf:/d:/dms2000/data/dms?lockType=DBASE4BDE");

Please advise.
Re:Problem with query containing like
HXTT Support
2009-11-15 00:09:02
>select * from punit where PUNIT LIKE 'Line01'
It will be converted inoto
select * from punit where PUNIT='Line01' by the HXTT DBF engine.

What's your want result? Maybe you need ILIKE?
select * from punit where PUNIT ILIKE 'Line01'

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