-
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?
-
Nevermind ,fixed. Dll have to be copied into SIMBA folder ,not into Plugins folder.
-
"more bots can interact together" what? how would you do that and what is the point of the db