Icon View Incident Report

Serious Serious
Reported By: Peter Evans
Reported On: 10/31/2013
For: Version 2.14 Build 4
# 3917 EXPORT TABLE Statement Not Exporting Rows in Primary Key Order

I have an issue wherein tables are exported to a CSV, then each is imported into a table with an identical name and structure, at a remote location. The table has a ClientID field: "ClientID" INTEGER GENERATED ALWAYS AS IDENTITY (START WITH 0, INCREMENT BY 1) NOT NULL.

When the CSV is created, the data is not sorted in the order in which it is displayed in the table. The >50,000 record table starts at ClaimID 50014 - ClaimID #1 is at line 50015. Also, the first ~50k records are written in descending order.

Thats Ok, but when the CSV is imported, the guy from 50014 is imported as ClaimID 1. The entire CSV is loaded in the same order in which it is written to the CSV, and therefore unusable.


Resolution Resolution
Fixed Problem on 11/5/2013 in version 2.14 build 5


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB LCL Standard with Source
ElevateDB PHP Standard
ElevateDB PHP Standard with Source
ElevateDB PHP Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image