× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
saima.alvi(*) reported 2013-12-24T08:52:28Z  · tariqrahiman last modified 2014-05-19T22:46:19Z

"Time" and "date" formats are not working while exporting data ,in MS Excel.


Dev
Jenny Nishimura
JennyNishimura
QA
Tariq Rahiman
tariqrahiman
Priority Low
Complexity Unknown
Component DB - Excel
Version 15.0
Aqua Data Studio 15.0.0-dev-56 
Build #: 35304
 Built on: 2013-Dec-20 07:02:58 AM
Operational environment:Windows 7(6.1,amd64)/Cp1252/1.7.0_2
 
Issue:"Time" and "date" formats are not working while exporting data ,in MS Excel.
 
 
Steps to reproduce:
1)Connect to MS Excel connection->Expand databases node ->expand your schema in which you have a table which contains time data->Right click on table and  select Export data option.
 
2)I have data in the sheet as given below:
 
    time
    00:02
    01:02
    12:33
    12:33:05
 
3)When I try to export this data in different formats provided in "time drop down list" of "Date,time and number formating" pane it doesnt reflect the data in format of time chosen.
 
4)Same is the case with "date" formats available,it doesnt reflect the  changes.
 
-->When Selected format of saving as"Insert Statement" and checked "Include table create as first statement" chech box, in preview export  window the script getting generated is as follow:
 
 
CREATE TABLE time  ( 
time DATE NOT NULL 
)
GO
INSERT INTO time(time)
  VALUES('1899-12-31 00:02:45.0')
GO
INSERT INTO time(time)
  VALUES('1899-12-31 01:02:45.0')
GO
INSERT INTO time(time)
  VALUES('1899-12-31 12:33:05.0')
GO
INSERT INTO time(time)
  VALUES('1899-12-31 12:33:05.0')
GO
 
-->Here its taking datatype of time column as "date"

Issue #11158

Closed
Fixed
Resolved 2014-01-03T20:11:31Z
 
 
Completion
No due date
Fixed Build ADS 15.0.0-dev-64
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017