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
GMT timezone issue
Laura Irimiciuc
2010-02-23 22:51:58
Hi,

For bulk insert from SQL Server to Access we are using
String sql = "insert into [" + access_table + "] ?;";
pstmt = accessConnection.prepareStatement(sql);
pstmt.setObject(1, eimRs);//insert a resultSet into destination table
pstmt.executeUpdate();

Specification-Version: 1.1.039 on May 16, 2006 for access driver uses GMT timezone for datetime fields, but after upgrading to last version (Specification-Version: 3.2.121 on January 31, 2010) we noticed that JVM's timezone is used.
Is there any workaround for this so we could preserve driver's support of passing a resultset from a different driver and still use GMT timezone?

Thanks,
Laura
Re:GMT timezone issue
HXTT Support
2010-02-24 02:00:37
You can use timezone=GMT connection property.
Re:Re:GMT timezone issue
Laura Irimiciuc
2010-02-25 05:11:53
I tried setting Connection property in two ways:

DriverManager.getConnection("jdbc:access:/\\\\is-host\\Inputs\\a.mdb?timezone=GMT");

or

Properties props = new Properties();
props.setProperty("timezone","GMT");
accessConnection = DriverManager.getConnection("jdbc:access:/\\\\is-host\\Inputs\\a.mdb",props);

But neither of these works..Am I doing smth wrong?

Laura
Re:Re:Re:GMT timezone issue
HXTT Support
2010-02-26 00:05:46
Please download the latest package, then use timezone=local connection property.

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