Quote:
Originally Posted by Exolent[jNr]
Write your SQL code just like normal.
For connection information, use this:
amx_sql_host "127.0.0.1"
amx_sql_user "root"
amx_sql_pass ""
amx_sql_db "amx"
amx_sql_type "sqlite"
Then make sure the sqlite module is enabled.
|
Thank you, that's what i wanted to know, and bazhenov93 also thanks ;)