You might look into creating a View of the table. Most databases support this and it would allow you to create a view of the table that doesn't have the secure columns. Then you could just code against that view instead of against the table directly.
Steve At 02:34 PM 5/14/2009, garrettjohnson wrote: >I am wondering how others deal with when it comes to designing a >Gateway, but the table it models has A LOT of columns and maybe some >secure columns. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
