Jesse Shy wrote: > > One field holds the permissions for that user as just a string of 0's and 1's.
This sounds like someone has to maintain some code which involves translating 01011010101101010101 into a coherent permission system. I'd rather not have to be that person. :) Likewise, if you storing comma-separated values in the database, you may not be getting the most out of your SQL. However, if your case is particularly simple and it's not going to "scale up" much over time, perhaps parsing the comma seperated values is easier than using a more complex SQL structure. -mark --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
