now one question, why revolution doesn't have something like php
mysql_real_escape() everyone here and his dog is implementing their own
escaping routines when it should be provided by the engine, specially since
mysql C library provides it, it is just a matter of wrapping around it.



On Mon, May 24, 2010 at 2:15 AM, Ian McKnight
<[email protected]>wrote:

> Thanks for the reminder Bob.
>
> On 24 May 2010 03:37, Bob Sneidar <[email protected]> wrote:
> > Make sure you enclose values in real quotes. Mysql seems to handle
> numerical
> > values without quotes but when a value is text it will interpret the text
> as
> > a column name if it's not in quotes.
> >
>
>
> --
> Regards
>
>
> Ian McKnight
>
> [email protected]
> =======================
> _______________________________________________
> use-revolution mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



-- 
http://www.andregarzia.com All We Do Is Code.
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to