|
Do me one more favor: Can you send me what the cfqueryparam
would look like for both enum and set? I want to see how the data is passed in
and it’s various attributes. Doug From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter J. Farrell Doug Hughes said the following on 2/20/2006 9:22 AM: So… I give up. I’m really not a
MySQL guru. What the heck is an enum column? What would the
datatype be mapped to in CF? Doug Enumerated list (ENUM). I could set
ENUM('valid','invalid'archived','cleanup') for the column. The column
would only take on of those values. It would map to a string in ColdFusion
- probably cf_sql_varchar or cf_sql_char if forced to. -- Peter J. Farrell :: Maestro PublishingMember Team Mach-II :: Member Team Fusionhttp://blog.maestropublishing.comCreate boilerplate beans and transfer objects for ColdFusion!Fire up a cup of Rooibos!http://rooibos.maestropublishing.com/-- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/ -- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/ |
- Reactor For CF Enum columns Chris Blackwell
- RE: Reactor For CF Enum columns Doug Hughes
- RE: Reactor For CF Enum columns Michael Lantz
- Re: Reactor For CF Enum columns Peter J. Farrell
- RE: Reactor For CF Enum columns Doug Hughes
- Re: Reactor For CF Enum columns Peter J. Farrell
- Re: Reactor For CF Enum columns Jared Rypka-Hauer

