[Tutorial] How to use SQLite
#34

Great tutorial, would be great if you could explain what a query does/send in depth aswell, plus how do you know the parameters for the queries?

For example

Code:
 db_query( Database, "CREATE TABLE IF NOT EXISTS users (userid INTEGER PRIMARY KEY AUTOINCREMENT, username VARCHAR(24) COLLATE NOCASE, password VARCHAR(129), admin INTEGER DEFAULT 0 NOT NULL)" );
    return 1;
and

Code:
ormat( Query, sizeof( Query ), "SELECT password FROM users WHERE username = '%s' LIMIT 0, 1", DB_Escape( User[ playerid ][ USER_NAME ] ) );// SELECT field FROM table WHERE field = something. Take a look at the DB_Escape
	Result = db_query( Database, Query );
The first one doesn't use the same format as the second (SELECT field FROM table WHERE field = something)

Thanks tho!
Reply


Messages In This Thread
How to use SQLite - by Konstantinos - 09.07.2013, 11:11
Re: How to use SQLite - by Konstantinos - 09.07.2013, 11:35
Re: How to use SQLite - by Niko_boy - 09.07.2013, 12:18
Re: How to use SQLite - by Konstantinos - 09.07.2013, 12:31
Re: How to use SQLite - by Yordan_Kronos - 09.07.2013, 13:09
Re: How to use SQLite - by DaRk_RaiN - 09.07.2013, 13:26
Re: How to use SQLite - by StreetGT - 09.07.2013, 13:28
Re: How to use SQLite - by Konstantinos - 09.07.2013, 13:40
Re: How to use SQLite - by Red_Dragon. - 09.07.2013, 15:34
Re: How to use SQLite - by Zeyo - 09.07.2013, 16:37
Re: How to use SQLite - by Konstantinos - 09.07.2013, 16:41
Re: How to use SQLite - by Konstantinos - 09.07.2013, 18:37
AW: How to use SQLite - by IPrototypeI - 09.07.2013, 19:09
Re: How to use SQLite - by Konstantinos - 09.07.2013, 19:47
Re: How to use SQLite - by NoahF - 09.07.2013, 22:36
Re: How to use SQLite - by Konstantinos - 10.07.2013, 08:49
Re: How to use SQLite - by RedFusion - 10.07.2013, 21:26
Re: How to use SQLite - by Darnell - 12.07.2013, 02:04
Re: How to use SQLite - by Konstantinos - 12.07.2013, 10:50
Re: How to use SQLite - by Kaperstone - 16.07.2013, 16:01
Re: How to use SQLite - by jozzuia - 17.07.2013, 05:11
Re: How to use SQLite - by Konstantinos - 19.07.2013, 11:32
Re: How to use SQLite - by Avi Raj - 27.11.2013, 15:28
Respuesta: How to use SQLite - by CrossOv3r - 19.12.2013, 22:40
Re: How to use SQLite - by Konstantinos - 23.12.2013, 10:08
Re: How to use SQLite - by ZBits - 25.12.2013, 22:37
Re: How to use SQLite - by Pottus - 25.12.2013, 23:05
Re: How to use SQLite - by JoeMercury - 07.05.2014, 09:31
Re: How to use SQLite - by Konstantinos - 07.05.2014, 13:37
Re: How to use SQLite - by JoeMercury - 07.05.2014, 16:17
Re: How to use SQLite - by Affan - 08.05.2014, 03:11
Re: How to use SQLite - by JoeMercury - 08.05.2014, 09:30
Re: How to use SQLite - by Joron - 19.01.2016, 21:17
Re: How to use SQLite - by Black Axe - 09.04.2016, 06:18
Re: How to use SQLite - by iKevin - 09.04.2016, 07:20
Re: How to use SQLite - by Konstantinos - 09.04.2016, 11:39
Re: How to use SQLite - by HydraHumza - 09.04.2016, 18:57
Re: How to use SQLite - by GhostHacker - 16.04.2016, 03:31
Re: How to use SQLite - by Konstantinos - 16.04.2016, 08:40
Re: How to use SQLite - by JaKe Elite - 04.05.2016, 09:56
Re: How to use SQLite - by Konstantinos - 04.05.2016, 10:16
Re: How to use SQLite - by SyS - 29.05.2016, 05:56
Re: How to use SQLite - by Konstantinos - 29.05.2016, 14:21
Re: How to use SQLite - by Roozevelt - 29.05.2016, 14:31
Re: How to use SQLite - by Konstantinos - 29.05.2016, 15:02
Re: How to use SQLite - by Roozevelt - 30.05.2016, 14:16
Re: How to use SQLite - by Arbico - 23.10.2017, 08:13
Re: How to use SQLite - by xMoBi - 23.10.2017, 08:51
Re: How to use SQLite - by dani18 - 18.01.2018, 20:00
Re: How to use SQLite - by PlayHard - 05.05.2018, 03:38
Re: How to use SQLite - by xMoBi - 10.08.2018, 08:59
Re: How to use SQLite - by Banditul18 - 10.08.2018, 09:10
Re: How to use SQLite - by SapMan - 24.12.2018, 22:16

Forum Jump:


Users browsing this thread: 1 Guest(s)