On 03.09.2021 13:37, Mike Kaganski wrote:
On 03.09.2021 13:34, Dimitry Sibiryakov wrote:
   AFAIK after LO crash the real Firebird database must be left somewhere in temp directory. Did you used this one for experiments or extracted a fresh copy from the document? Probably, the database got corrupted somehow after extraction.

Oh - that's a nice catch! I didn't think about that. I will try to do this now. Thank you!


By the way: is there a way to work with isql using UTF-8 on Windows? My problem is that running it from cmd.exe, where I initially run 'chcp 65001' to switch to UTF-8, gives me proper visual output from commands like 'show tables'; but trying to use Cyrillic characters in queries gets stuck (and debugging it shows some problem in fgets returning empty results for Cyrillic characters).

For now, I use standard Russian OEM CP, and use queries like

  select distinct "╨в╨╕╨┐╨Т╨╛╤А╨╛╤В" from "╨Т╨Ю╨а╨Ю╨в╨Р";

which is possibly something very different from what gives problems in LO.

--
Best regards,
Mike Kaganski


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to