Results 1 to 3 of 3

Thread: SQLite help in SIMBA

  1. #1
    Join Date
    Oct 2011
    Posts
    207
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default SQLite help in SIMBA

    So I am trying to get some data from SQLite databse I made in script so more bots can interact together.

    But I am getting this error:

    Code:
    Error: Exception: SQLite library not loaded in line:
    conectionSQL:=sqlite_open_v2('C:\runescape',SQLITE_OPEN_READWRITE);
    I tried copying sqlite3.dll into Plugins folder ,but it did not help, so I am now not usre what to do .
    Anyone help what could be problem?

  2. #2
    Join Date
    Oct 2011
    Posts
    207
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    Nevermind ,fixed. Dll have to be copied into SIMBA folder ,not into Plugins folder.

  3. #3
    Join Date
    Sep 2012
    Posts
    270
    Mentioned
    4 Post(s)
    Quoted
    97 Post(s)

    Default

    "more bots can interact together" what? how would you do that and what is the point of the db

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •