Jump to content

sql


Wei

Recommended Posts

Posted

I'm learning sql and I need some help. Can somebuddy show me an example of save system ?

Diet with russian vodka, lose 3 days in one week !

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 

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

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

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

what about sql resource ? Is there any wiki for it ?

Diet with russian vodka, lose 3 days in one week !

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

True.

"First they ignore you, then they laugh at you, then they fight you, then you win."

- Mahatma Gandhi (1869-1948)

Posted
what about sql resource ? Is there any wiki for it ?

What do you mean?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

something like that:

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

Diet with russian vodka, lose 3 days in one week !

Posted

That resource was created by the game mode scripter.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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...