Main   Products   Offshore Outsourcing   Customers   Partners   ContactUs  
JDBC Databases
  HXTT Access v7.1
 
  Buy Now
  Support
  Download
  Document
  FAQ
  HXTT Cobol v5.0
  HXTT DBF v7.1
  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 ACCESS
HXTT Access
Klaus Kersting
2006-04-07 07:30:04
I have writen a programm in Java (1.4X) for scoring Bridgetournaments. Now a new hardware for Input of scores is availabel. To communicate with this server i have to create a access-database and connect to this.

When trying your demoversion of HX Access i have two problems:

1. the database i have to create must have the extension bws not mbd.
2. In the table i have to create a row named "table" and some rows with a "/" in the rowname, when i try this i will get a parse-error.

Is there a way to chance the extension and to create the rows with the expected names?

best regards
Klaus Kersting
Re:HXTT Access
HXTT Support
2006-04-07 08:02:09
For special column name, you can use "", or [] to enclose it. For instance,
select "table",[table', "aaaa/b","ccc d" from atable.

For bws extension, please wait. We will provide such a feature in 24 hours.
Re:Re:HXTT Access
HXTT Support
2006-04-07 08:05:22
Sorry.
select "table",[table', "aaaa/b","ccc d" from atable.
should be
select "table",[table], "aaaa/b","ccc d" from atable.



Re:Re:Re:HXTT Access
Hxtt Support
2006-04-07 08:52:53
Please download the latest package which has provided OtherExtension connection property to support other extension beside 'MDF' and 'MDE'.

For instance,
dbCon = DriverManager.getConnection("jdbc:access:///F:/mdbfiles/HXTTBug.bws?OtherExtension=bws");

Or

dbCon = DriverManager.getConnection("jdbc:access:///F:/mdbfiles?OtherExtension=bws");
dbCon.setCatalog("HXTTBug.bws");


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