SQLLite?!
#1

Hello everybody, when I'm starting my server, but anyway I used the MYSQL in EasyDB says that's working SQLLite. Okay, I'm fine with this, whatever if I will can use my User Control Panel or no, but the problem is. If is SQLLite, I don't saw anything about a database in localhost/phpmyadmin {xampp}, but an empity file works on scriptfiles, it seems like a database. It's without an extension, a blank file in fact, maybe. This maybe is because I don't defined #define with database/host/username etc.? I will take down something usefull about my script. Thanks alot!
Code:
   	DB::Init("main-rp database");
	DB::VerifyTable("Utilizatori", "ID", false,
						"Nume", STRING,
						"Parola", STRING,
						"IP", STRING,
						"Kills", INTEGER,
						"Deaths", INTEGER,
						"Cash", INTEGER,
						"Developer", INTEGER,
						"Admin", INTEGER,
      "Tester", INTEGER,
						"Lider", STRING,
						"Rank", STRING,
						"Factiune", STRING,
						"Viata", FLOAT);
If you want something details, leave a reply. THANKS!
Reply


Messages In This Thread
SQLLite?! - by ImTouchk - 27.09.2016, 19:09
Re: SQLLite?! - by Nero_3D - 27.09.2016, 21:31
Re: SQLLite?! - by Gammix - 27.09.2016, 23:12
Re: SQLLite?! - by ImTouchk - 28.09.2016, 07:55
Re: SQLLite?! - by ImTouchk - 28.09.2016, 15:35
Re: SQLLite?! - by ImTouchk - 28.09.2016, 19:17
Re: SQLLite?! - by Crayder - 28.09.2016, 19:21
Re: SQLLite?! - by ImTouchk - 28.09.2016, 19:30
Re: SQLLite?! - by ImTouchk - 29.09.2016, 15:43
Re: SQLLite?! - by Nero_3D - 29.09.2016, 20:56

Forum Jump:


Users browsing this thread: 1 Guest(s)