Jump to content

rockleg

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by rockleg

  1. One of the devices is using a cable and the same problem happens. My router's firewall is already off.
  2. HUAWEI - HG532n
  3. I get timed out when joining some servers, it happens on any device if it's connected to my home network. I can still join some servers, like SAUR, but others I get timed out. I tried other devices but I still get timed out, which is why I think this might be related to my network, not the computer itself.
  4. is there a way to return the results without callbacks and without freezing the server?
  5. am i using callbacks right? local qh = dbQuery(callback, db, 'SELECT * FROM accounts') function callback(qh) local results = dbPoll(qh, -1) end
  6. how can i use dbPoll
  7. are there any SQLite tutorials that i should read?
  8. whats the difference between dbQuery and dbExec?
  9. like this? dbExec(db, 'CREATE TABLE IF NOT EXISTS accounts (account TEXT)')
  10. im having a problem with SQLite, i'm connecting to the database but the table is not created local db = dbConnect('sqlite', 'accounts.db') dbQuery(db, 'CREATE TABLE IF NOT EXISTS accounts')
×
×
  • Create New...