Maurize Posted October 29, 2011 Share Posted October 29, 2011 Hey. I want to learn everything about SQL Databases. Can u all tell me what u know about them. How to create them. How to use them. & .. Would be very nice cause wiki isn´t a good tutorial at all Link to comment
bandi94 Posted October 29, 2011 Share Posted October 29, 2011 you can use AccountData to for your Login/more script and its easy to store and get data from account Link to comment
Maurize Posted October 29, 2011 Author Share Posted October 29, 2011 hm the problem is: i make german server. and everytime i use the default login system from mta a text appears saying "Wrong Password", or "You succesfully loggined" and so on. So i need to create a sql database for example. But i want to learn how to store data in it. get the data and all this stuff Link to comment
Aibo Posted October 29, 2011 Share Posted October 29, 2011 MTA's account data uses SQLite DB, so you can use getAccountData/setAccountData functions to store data. that is if you dont want to learn SQL yourself. and judging by you asking here and not perusing google to educate yourself — you dont. teaching takes time and time is money. nobody here will waste their time to teach you "everything about SQL". this is a scripting help section, not an IT school. Link to comment
Maurize Posted October 29, 2011 Author Share Posted October 29, 2011 i simply want to know for example how to insert single values. for example: i have created a database: [ "Name", "Password", "Hours" ] and i want insert or update only the last thing. what should i do in the spaces? Link to comment
Aibo Posted October 29, 2011 Share Posted October 29, 2011 you dont, you only specify fields (columns) that you want to update. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now