[+4 REP] SQLite to MySQL - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [+4 REP] SQLite to MySQL (
/showthread.php?tid=621706)
[+4 REP] SQLite to MySQL -
Yaa - 13.11.2016
Hello !!
while updating from SQLite to Mysql
i got this warnings in same situations
The line vv
PHP код:
new Result = mysql_query(MySQL, "SELECT * FROM Zones");
The errors :
PHP код:
warning 213: tag mismatch
x 10
Thanks in advence
Re: [+4 REP] SQLite to MySQL -
oMa37 - 13.11.2016
new Cache:Results
Re: [+4 REP] SQLite to MySQL -
Yaa - 13.11.2016
Quote:
Originally Posted by oMa37
new Cache:Results
|
How to do it ??
Re: [+4 REP] SQLite to MySQL -
Yaa - 13.11.2016
nope now it's give me 30 warning from 10
Re: [+4 REP] SQLite to MySQL -
StrikerZ - 14.11.2016
PHP код:
new Result = mysql_query(MySQL, "SELECT * FROM `Zones`");
And what are you trying to select from Zones? And you should use this vv always for columns
and this vv
for values like string,float etc.
Re: [+4 REP] SQLite to MySQL - iLearner - 14.11.2016
Quote:
Originally Posted by oMa37
new Cache:Results
|
^^
In mysql you do that, the thing you're doing is for sqlite.