• sql onescript 1c lgd.
    • Issues:
      0
    • Last commit:
      23 June 2024
    • Takipçi:
      2,1 bin
    • Yayınları görüntülemek veya mesaj göndermek için kullanıcı sayfasına gidin.
  • and copy the folder with the utility. Execute the command on the command line. sqlite3 1Cv8.lgd ".dump"> 1.txt. those. We do a database dump to a text file.
  • 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.
  • To do this, please stop the 1C server, transfer the file "1Cv8.lgd" to another location, and create an empty file "1Cv8.lgf" in the "1Cv8Log" folder.
  • import sqlite3 conn = sqlite3.connect('file.lgd') cursor = conn.cursor() cursor.execute('''SELECT * FROM table_n'...