RE : RE : RE : [fpc-pascal] Patch: new XML export for FCL-DB readyforinclusion, issue 19790 - includes Delphi Clientdataset

2011-08-06 Thread Ludo Brands
After my recent adventures with LazUpdater, back to the XML export. I've written new tests with more data types that at least produce test output now. Problems so far: TClientDataSet: - ftWideString has zero length by default: Delphi 6 returns invalid parameter for WIDTH=0 when opening

Re: RE : RE : RE : [fpc-pascal] Patch: new XML export for FCL-DB readyforinclusion, issue 19790 - includes Delphi Clientdataset

2011-08-06 Thread Reinier Olislagers
On 6-8-2011 19:28, Ludo Brands wrote: After my recent adventures with LazUpdater, back to the XML export. I've written new tests with more data types that at least produce test output now. Problems so far: TClientDataSet: - ftWideString has zero length by default: Delphi 6 returns

RE : RE : RE : [fpc-pascal] Patch: new XML export for FCL-DB readyforinclusion, issue 19790 - includes Delphi Clientdataset

2011-07-28 Thread Ludo Brands
- when a string field contains the character, the row is not imported but the previous one is duplicated. Strange, shouldn't this be handled by the XML export code? Debugged xmlwrite.pp. In DelphiClientDataset, values are sent out as attributes of ROW. Line 133 in xmlwrite.pp

Re: RE : RE : RE : [fpc-pascal] Patch: new XML export for FCL-DB readyforinclusion, issue 19790 - includes Delphi Clientdataset

2011-07-28 Thread michael . vancanneyt
On Thu, 28 Jul 2011, Ludo Brands wrote: - when a string field contains the character, the row is not imported but the previous one is duplicated. Strange, shouldn't this be handled by the XML export code? Debugged xmlwrite.pp. In DelphiClientDataset, values are sent out as