Search SMAT in a database

Clovertech Forums Cloverleaf Search SMAT in a database

  • Creator
    Topic
  • #114578
    Ken Smith
    Participant

      Is it possible to open the SMAT databases in a sql database, e.g., SQL Server or SQLLite? I need to search across two sets of message logs. Or is is possible to export them to a format that can be imported into a SQL database?

    Viewing 2 reply threads
    • Author
      Replies
      • #114581
        James Nelson
        Participant

          You can use sqlite, but be aware that if your SMAT databases are encrypted, you will need to issue a ‘PRAGMA KEY = <password>’ command when you open the file, then you can issue sqlite commands as usual.

        • #114598
          Charlie Bursell
          Participant

            For example code take a look at the hcismatdb script I uploaded a while back

          • #114599
            Ken Smith
            Participant

              Thanks for your replies, I’ll take a look at both options.

          Viewing 2 reply threads
          • You must be logged in to reply to this topic.