FQuery.Params.SQLLen[FParamIndex]; returns 4x the fieldsize for VARCHAR
GoogleCodeExporter opened this issue · 0 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Execute a view containing several varchar fields with different lengths
2. See that some of the fields give exactly the same size as shown in IBExpert
when analysing the views' fields. And some fields' length is 4x the size of the
field
What is the expected output? What do you see instead?
I would expect all varchar fields to return the size specificition of the
database
What version of the product are you using? On what operating system?
last version (85915ce7640c?), Windows 7 64bit.
Please provide any additional information below.
I am using the information when converting the UIBDataset to a TClientDataset.
Original issue reported on code.google.com by mkl...@gmail.com
on 26 May 2014 at 9:24