Jump to content

rockleg

Members
  • Posts

    10
  • Joined

  • Last visited

Details

  • Gang
    The Law

rockleg's Achievements

Member

Member (5/54)

0

Reputation

  1. One of the devices is using a cable and the same problem happens. My router's firewall is already off.
  2. 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.
  3. is there a way to return the results without callbacks and without freezing the server?
  4. am i using callbacks right? local qh = dbQuery(callback, db, 'SELECT * FROM accounts') function callback(qh) local results = dbPoll(qh, -1) end
  5. are there any SQLite tutorials that i should read?
  6. whats the difference between dbQuery and dbExec?
  7. like this? dbExec(db, 'CREATE TABLE IF NOT EXISTS accounts (account TEXT)')
  8. 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...