Mysql Experts, take a look please.
#1

Hello, I've been scripting in MySQL since 3 days. I've learnt the basic things, but now I want to expertise my MySQL coding skills. Since, MySQL is a great saving system, I am finding ways to expertise it. What I want to know is what silly mistakes people makes that aren't to be made. So, basically can anyone give me a guide through how can I optimise my MySQL codes. How to and where to properly use some functions like -
pawn Код:
mysql_free_results () ;
and another things like -
should we really do things like this -
pawn Код:
mysql_query ( "UPDATE `user` SET a=1 , b=2 WHERE `Name` = '%s'" ) ;
OR

pawn Код:
mysql_query ( "UPDATE user SET a=1 , b=2 WHERE Name = '%s'" ) ;

Where to use [``] and where not to ?
Maybe a deep knowledge and guide can help me.

Thank you.

Obediently,
Ronaldo_raul
Reply


Messages In This Thread
Mysql Experts, take a look please. - by Ronaldo_raul™ - 16.09.2012, 11:14
Re: Mysql Experts, take a look please. - by Vince - 16.09.2012, 11:19
Re: Mysql Experts, take a look please. - by Ronaldo_raul™ - 16.09.2012, 11:34
Re: Mysql Experts, take a look please. - by Vince - 16.09.2012, 11:47
Re: Mysql Experts, take a look please. - by Ronaldo_raul™ - 16.09.2012, 12:18
Re: Mysql Experts, take a look please. - by Sinner - 16.09.2012, 12:40
Re: Mysql Experts, take a look please. - by Ronaldo_raul™ - 16.09.2012, 18:20
Re: Mysql Experts, take a look please. - by ReneG - 16.09.2012, 19:19
Re: Mysql Experts, take a look please. - by Ronaldo_raul™ - 17.09.2012, 07:10
Re: Mysql Experts, take a look please. - by Emmet_ - 17.09.2012, 07:18

Forum Jump:


Users browsing this thread: 1 Guest(s)