[+4 REP] SQLite to MySQL
#1

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 213tag mismatch 
x 10

Thanks in advence
Reply
#2

new Cache:Results
Reply
#3

Quote:
Originally Posted by oMa37
Посмотреть сообщение
new Cache:Results
How to do it ??
Reply
#4

nope now it's give me 30 warning from 10
Reply
#5

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
PHP код:
` 
and this vv
PHP код:
' ' 
for values like string,float etc.
Reply
#6

Quote:
Originally Posted by oMa37
Посмотреть сообщение
new Cache:Results
^^

In mysql you do that, the thing you're doing is for sqlite.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)