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 | Jul 18, 2016 | ColdFusion
I’ve been using ColdSpring 1.2 for years now. Yes, it’s a dead project, and yes I did try to migrate to 2.0 a few years back but there were issues that prevented it at the time (is that version dead now too?), but I always liked ColdSpring and its pretty...
by websolete | Jan 12, 2016 | ColdFusion, Lucee
Had a recent battle with moving over a routine from ACF 9 to Lucee where we had a Flash embed which would send binary data (a generated image) to a CF file to be processed and saved. The routine worked fine under CF9 but failed under Lucee (and Railo). What appeared...
by websolete | Jan 23, 2012 | ColdFusion
For those of you that continue to experience hangs and massive slowdowns running CFB on Windows 7 64bit, the one thing I found that made all the difference in the world is to have Eclipse use the jvm.dll rather than javaw.exe (the default). I’m using the CFB plugin...
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