• sql onescript 1c lgd.
    • Issues:
      0
    • Last commit:
      23 June 2024
  • 1Ci Support. 1C:Enterprise 8.3.17 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.
  • import sqlite3 conn = sqlite3.connect('file.lgd') cursor = conn.cursor() cursor.execute('''SELECT * FROM table_n'...