• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

SQL queries through LUA

trollebror

Developer
Joined
Aug 8, 2009
Messages
362
Reaction score
58
Location
Sweden, Linköping
Hello!

I'm using TFS 1.0.
Since using db.executeQuery() gives me this:
Code:
attempt to call field 'executeQuery' (a nil value)

And db.storeQuery() is used for selects (?) only, how to execute inserts/updates etc from lua?


Thanks in advance! :)
 
Back
Top