Know about any SQLite tutorials? -
ricardo178 - 03.12.2012
Well, i'm looking forward to learn how to use SQLite, and so i'm searching some good tutorial or something, which i could actualy learn from.
Yes, i searched, but werid, didn't find anything interesting.
Thanks in advance.
Re: Know about any SQLite tutorials? -
ReneG - 04.12.2012
The wonders of ******.
Re: Know about any SQLite tutorials? -
Kreyg - 04.12.2012
Instead of using SQLite. I might suggest BUD by Slice. It uses SQLite but is A LOT easier.
Include:
https://sampforum.blast.hk/showthread.php?tid=187720
Tutorial:
https://sampforum.blast.hk/showthread.php?tid=326548
Re: Know about any SQLite tutorials? -
nGen.SoNNy - 04.12.2012
I used BUD but this script have some bugs. Btw it"s perfect for you
Re: Know about any SQLite tutorials? -
ricardo178 - 04.12.2012
If i'm asking about SQLite, it's maybe because i need to learn SQLite and not any other... :/
The "****** wonders" are pretty bad, as there isn't one simple tutorial speaking and explaining about SQLite, but alot of code with half line explaining each 50 lines of code.
Re: Know about any SQLite tutorials? -
Konstantinos - 04.12.2012
Yeah, the truth is that there are no many "available" tutorials about SQLite on SA:MP.
I can only give you three links which the first one is from
SA:MP Wiki about the functions and some examples there. You can also see some tutorials, the first one is a tutorial about
"How to make a register system ( Dialogs, SQLite and rBits )" which is usefull if you just check how he uses the SQLite. The other one is about
"How to: SQLite (basic tutorial)".
The only thing you can do is read these and read what the functions do and how you should use the statements SELECT/INSTERT INTO/UPDATE etc.
Re: Know about any SQLite tutorials? -
ricardo178 - 04.12.2012
Thanks alot. That's exactly what i wanted.
Re: Know about any SQLite tutorials? -
Bakr - 04.12.2012
Just to say, I don't see why everyone needs a hand-written tutorial to get things done. What is so hard with reading through the documentation of the functions and applying them yourself? Maybe you need to look up a few extra things like the fact you need to free results, but besides that, you should get a system up and running just by reading the wiki.