Help with MySQL
#4

I've done queries based on this model

PHP код:
new idx;
while(
idx sizeof(InfoMaison))
{
   
format(query1024"ALTER TABLE Maisons WHERE `id`='%d' MODIFY `xEntree` DOUBLE NOT NULL '%f'"idxInfoMaison[idx][xEntree]);
   
mysql_query(query);

But I got "error 035: argument type mismatch (argument 1)" on the line mysql_query

Someone has an idea (#BigNoobInSQL)
Reply


Messages In This Thread
Help with MySQL - by S4t3K - 22.02.2014, 10:23
Re: Help with MySQL - by Crazydriver - 22.02.2014, 10:36
Re: Help with MySQL - by Konstantinos - 22.02.2014, 10:38
Re : Help with MySQL - by S4t3K - 22.02.2014, 11:01
Re: Help with MySQL - by Konstantinos - 22.02.2014, 11:07
Re : Help with MySQL - by S4t3K - 22.02.2014, 11:11
Re: Help with MySQL - by Crazydriver - 22.02.2014, 11:12
Re : Help with MySQL - by S4t3K - 22.02.2014, 11:14
Re: Help with MySQL - by Crazydriver - 22.02.2014, 11:35
Re : Help with MySQL - by S4t3K - 22.02.2014, 11:36

Forum Jump:


Users browsing this thread: 4 Guest(s)