Re: quoting strings/ints/vars in mysql

2005-09-23 Thread SGreen
"bruce" <[EMAIL PROTECTED]> wrote on 09/23/2005 12:24:25 PM: > hi... > > i've been lloking over various open source apps to get a feel for how the > apps store and manipulate information as it's stored in the mysql db... > > i see some apps that put "'"s around strings that get stored in the db

Re: quoting strings/ints/vars in mysql

2005-09-23 Thread gerald_clark
bruce wrote: hi... i've been lloking over various open source apps to get a feel for how the apps store and manipulate information as it's stored in the mysql db... i see some apps that put "'"s around strings that get stored in the db, as well as some apps that appear to put "'"s around numer

quoting strings/ints/vars in mysql

2005-09-23 Thread bruce
hi... i've been lloking over various open source apps to get a feel for how the apps store and manipulate information as it's stored in the mysql db... i see some apps that put "'"s around strings that get stored in the db, as well as some apps that appear to put "'"s around numeric data... i'm