thenuke321

Untitled

Apr 18th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1.  
  2. function linkDB ()
  3. local db = dbConnect("sqlite",":/data.db")
  4.     if db then
  5.         return db
  6.     else
  7.         return false
  8.     end
  9. end
  10.  
  11.  
  12.     dataBase = linkDB ()
  13.     outputChatBox(tostring(dataBase))
Advertisement
Add Comment
Please, Sign In to add comment