Posts

Showing posts from May, 2017

Count number of tables in a SQL Server database

SELECT COUNT(*) from information_schema.tables  WHERE table_type = 'base table' 

what is Flash Form in coldfusion ?

- Flash Form is like HTML form with flash format. It runs on flash player enabled web browsers - ColdFusion automatically generates the swf format form’s Flash binary from CFML code, using  tag - Flash forms enhances the user experiences - The features that are included are accordion-style, multiple-tab form panes and positioning of elements automatically - cftree , cfgrid and cfcalendar form elements can also be displayed as Flash objects