Hi,

Recently I have found the problem trying to import some SDF/Delimited files.
My program is working compiled with Clipper, but not working compiled with 
Harbour...

Environment:
Harbour rev. 13584
Local computer: WinXP SP2 / SP3
(Problematic File): created on nix system, arround 200 MB, containing 5.000.000 
rows 

With Clipper Exe Appending work, as Clipper treat LF or CRLF as EOL
With Harbour, as I'm running on Win system LF is not treated as EOL, And I only 
get one (1) record in DBF :(

Examinig some sources it looks like both appending and copying SDF (Delimited)  
resides on hb_SetGetEol()
While it looks ok when exporting, I'm not sure that it is ok when importing 
files because we have problems when file is prepared on one and used on another 
platform (nix->win, win->nix)

Is there any workarround that I could use to inform (__DbDelim) to use both 
sequences as EOL mark

Thanks in advance,
Best Regards,

Vito
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to