Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
It has been observed that the application size is increased after qvd concatenation.
Previously it was around 1 gb now it has increased around 10 gb.
I just used simple *.qvd to concatenate all qvds.
In the previous version we used CSV files and there *.CSV was working fine to concatenate table.
Can you please suggest how should I go ahead.
Thanks
That the data from the different sources have the same data-structure doesn't mean that the data itself are the same - neither in regard to the number of records nor to the field-values. This means you are comparing apples and pears.
If the field length is different, it is not the same data. If you load a string 'ABC' the field length becomes 3, but if the loaded string is actually 'ABC ' the field length becomes 6, and 'ABC' is not the same as 'ABC '.