I'm used to using the NOT operator in SQL when using an Access DB, e.g. UPDATE table SET booleanField = NOT booleanField WHERE ID = #ID#
to flip a boolean. But in SQL Server, there's 'NOT' and '~' (the "bitwise" operator). What's the difference? Which is the equivalent of Jet SQL 'NOT'? - Gyrus ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

