Jump to content

sql


Wei

Recommended Posts

Posted

Why instead of ask for an example of something specified you don't go to the wiki and try to make it with the examples given?

-- SQLite only:

executeSQLCreateTable 
executeSQLDelete 
executeSQLDropTable 
executeSQLInsert 
executeSQLQuery 
executeSQLSelect 
executeSQLUpdate 

-- MySQL and SQLite:

dbConnect 
dbExec 
dbQuery 
dbPoll 
dbFree 

Posted
I wouldn't recommed that Montiz, these functions are old, the built-on MySQL functions are easier to use.

True.

Posted

something like that:

exports.sql:query_insertid( "INSERT INTO doingJob (Player, State,) VALUES (" .. table.concat( { theName, state } ) .. ")" ) 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...