Re: Problems with load/unload
Mike Aubury <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <CAGAq4WFOf0JJ-NNyjqFHis4MiZRzHv-VAuh68REMcOP2aUkggg@mail.gmail.com> |
Thats right - aubit4gl is using \xx as a holder for unprintable characters. I've added a setting USESLASHFORUNPRINTABLE=N which should turn this off.. On 21 February 2013 09:06, Daniel Kroker <[email protected]> wrote: > Hi Mike, > > thank you for the fast fixing. Now we have a last problem. > Comparing the behavior of 4js and a4gl we get a difference in the unload > of umlauts. > We use load/unload extensively so it would be a great help if you can > change this. thank you in andvance! > > a4gl unload: " dfsf\84\94\81\8e\99\9aas|" > 4js unload: " dfsf~D~T~A~N~Y~Zas|" > > (same example) > > Am 20.02.2013 21:49, schrieb Mike Aubury: > > Should be fixed now in CVS > > > On 20 February 2013 09:35, Daniel Kroker <[email protected]> wrote: > >> Hi, >> >> we have some problems with LOAD / UNLOAD from Database. >> >> Example: >> >> MAIN >> DATABASE vmain_vdb >> >> CREATE TEMP TABLE test_table ( >> bez CHAR(19000) >> ) >> >> >> LOAD FROM "test-branche.unl" INSERT INTO test_table >> >> DISPLAY "Load complete. Now Unload!" >> >> UNLOAD TO "test-branche1.unl" SELECT * FROM test_table >> >> LOAD FROM "test-branche1.unl" INSERT INTO test_table >> >> UNLOAD TO "test-branche2.unl" SELECT * FROM test_table >> >> DISPLAY "End Unload. Finished!!!" >> >> END MAIN >> >> a4gl append in the secound line of "test-branche2.unl" a extra "\" and in >> the first file "test-branche1.unl" the umlauts were changed to IBM850 >> charset. >> >> If we have a newline(\n) in the database a4gl added a extra "\" too. >> >> We need to LOAD / UNLOAD large text in files/database. >> >> -- >> Mit freundlichen Grüßen >> >> i.A. Daniel kroker >> VENTAS AG >> >> VENTAS AG >> Mexikoring 29 >> D-22297 Hamburg >> Germany >> >> [email protected] >> www.ventas.de >> >> Tel +49-40-32 33 34-0 >> Fax +49-40-32 33 34-38 >> >> VENTAS AG >> Firmensitz: Mexikoring 29, 22297 Hamburg, Deutschland >> Registergericht: Hamburg, HRB 80297 >> Ust.IdNr.: DE118686712 >> Vorstandsvorsitzender: Dipl.Ing. Alain Siverly >> Aufsichtsratsvorsitzender: Dr. Olaf Rehme >> >> >> >> ------------------------------------------------------------------------------ >> Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics >> Download AppDynamics Lite for free today: >> http://p.sf.net/sfu/appdyn_d2d_feb >> _______________________________________________ >> Aubit4gl-discuss mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss >> >> > > > -- > Mit freundlichen Grüßen > > i.A. Daniel kroker > VENTAS AG > > VENTAS AG > Mexikoring 29 > D-22297 Hamburg > Germany > [email protected] > > Tel +49-40-32 33 34-0 > Fax +49-40-32 33 34-38 > > VENTAS AG > Firmensitz: Mexikoring 29, 22297 Hamburg, Deutschland > Registergericht: Hamburg, HRB 80297 > Ust.IdNr.: DE118686712 > Vorstandsvorsitzender: Dipl.Ing. Alain Siverly > Aufsichtsratsvorsitzender: Dr. Olaf Rehme > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Aubit4gl-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss > > ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Aubit4gl-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss