• sql onescript 1c lgd.
    • Issues:
      0
    • Last commit:
      23 June 2024
  • 1Ci Support. 1C:Enterprise 8.3.18 Administrator Guide. Chapter 6. Infobase administration. 6.13. Event log. 6.13.3. Event log in .lgd format.
    • Takipçi:
      2,1 bin
    • Yayınları görüntülemek veya mesaj göndermek için kullanıcı sayfasına gidin.
  • How to open the 1Cv8.lgd file? Tried both akelpad and notepad (changed encodings to utf8). does not want Russian letters - hieroglyphs and English normal.
  • %run_1c_d% /ReduceEventLogSize 2018-01-01 -saveAs "x:\Backups\1C\EventLogs\%stamp%.lgd".
  • https://partners.v8.1c.ru/forum/t/2001658/m/2001658 https://bugboard.v8.1c.ru/error/000111193.
  • import sqlite3 conn = sqlite3.connect('file.lgd') cursor = conn.cursor() cursor.execute('''SELECT * FROM table_n'...