by websolete | Nov 12, 2017 | ColdFusion, DBX, SQL Server
While I still don’t actively work on DBX anymore, I did have occasion to work on a client using SQLServer and took the opportunity to add/enhance a few things that were annoying me: added a filter for the left-hand TOC which does simple string-matching to filter...
by websolete | Feb 26, 2011 | ColdFusion, DBX, SQL Server
This update allows DBX to display included columns when enumerating indexes for tables. Based off the sp_helpindex2 stored procedure from http://www.sqlskills.com. Download from here.
by websolete | Jan 23, 2009 | ColdFusion, DBX, SQL Server
A bug fix and a minor change: – fixed miscalculation of total in database/table info pane – changed sort in extended properties tab for 2005/2008 tables/views to match the ordinal position of the column
by websolete | Dec 9, 2008 | ColdFusion, DBX, SQL Server
Minor fix in this version: – added handling for stored html content display in data sample tab
by websolete | Nov 18, 2008 | ColdFusion, DBX, SQL Server
Minor update in this version: when launching the SQL*Exec window from the table or view detail page, the populated sql now has the columns [bracketed] (by request) increased the default size of the textarea in the SQLExec window since although its actually sizable by...
by websolete | Nov 11, 2008 | ColdFusion, DBX, SQL Server
Changes in this version: – added explicit identification of SQL2008 (would previously fail with ‘unsupported version’) – fixed stylesheet references when printing tabs While I don't have an available SQL2008 instance to test against, to the...