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
No Suitable Driver Found
Shervon
2006-08-08 06:17:35

When I tried use the driver I get a message saying No suitable driver found
when Connection is created
Connection con = new Connection(url,properties);
this is the line where it gives the error

Re:No Suitable Driver Found
HXTT Support
2006-08-08 06:36:19
Have you called "Class.forName("com.hxtt.sql.dbf.DBFDriver");"?
What's your url?
Re:Re:No Suitable Driver Found
Shervon
2006-08-08 08:14:00
How do use the lock and unlock commands in Foxpro in java
Re:Re:Re:No Suitable Driver Found
HXTT Support
2006-08-08 19:15:12
Please use lockType property to enable Xbase compatible lock:
properties.put("lockType","VFP");

DBF driver will lock and unlock automatically when you execute SQL through DBF driver. ROWLOCKED([nWorkArea | cTableAlias]) function indicates whether the current row has been locked by other process or application. For instance, "SELECT rowlocked() from test where recno()=1000", and "SELECT rowlocked('test'),* from test".

LOCK TABLE and UNLOCK TABLE sql can do manuall lock, but you needn't that function in fact. Set Record Lock Manually discusses record lock manually.

In conclusion, you need only lockType and common insert/update/delete/select sql if you haven't special requirement.

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