SQLite - connection with one dbs in two scripts
#1

Hello,

is there any chance to connect to a file ("users.db") from two F-scripts ?
Because whenever I do it, it just doesn't work...


Thank you, very much.

EXPLANATION...
first script - "OnFilterScriptInit" -> connect, if doesn't exists, create ["shitty= db_open("users/users.db");"]
second script - OnFilterScriptInit -> connect (same) ["shitty= db_open("users/users.db");"]
Reply
#2

Or should I use MySQL to fix that ?
Reply
#3

You could try storing the connection handle in a property or SVar.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)