Re: Is there a way to force lock release on Access database? (CF9)

2010-09-18 Thread Kris Jones
It's not elegant, but I've found that throwing an error on the datasource works for releasing them. Try a query against the dsn for a table that doesn't exist. Cheers, Kris > Try deleting the .ldb file. > > On Wed, Sep 15, 2010 at 8:58 AM, Mike Kear wrote: >> >> I have to make an Access databas

Re: ColdFusion and Internet Explorer Compatibility testing tool

2010-09-18 Thread Dave Watts
There's nothing there to correct. CF's behavior is correct in both cases. If those show up as errors in the testing tool, that's a flaw with the tool. You can easily verify this by visiting the site directly with IE. Dave Watts, CTO, Fig Leaf Software Sent from my Droid On Sep 17, 2010 7:57 AM,

Re: Looping through arrays with structures

2010-09-18 Thread Michael Grant
No worries. An honest mistake. I've actually never used the Array attribute since I've been looping this way for 10 years. And unless it's inherently faster (which I doubt) I suspect I never will. I actually prefer my loops to use an int as the index. That was I've always got an easily available