I wonder how much .stuff will go for…
Web. Programming. Technology.
http://blog.codefront.net/2007/08/20/how-to-have-firefox-3-and-firefox-2-running-at-the-same-time/
I haven't tried it yet. I'm waiting for the final release of 3 tomorrow.
After changing the structure of a table in the database, I'll sometimes get the following error:
[Macromedia][SQLServer JDBC Driver]Value can not be converted to requested type.
Or, I'll add a field to the table, but ColdFusion won't recognize the change.
After googling, I found this post: Odd Issue w/ CFQueryParam from Ray Camden, which puts to rest a lot of the mysterious behavior of ColdFusion query caching that has been haunting me for so long. Turns out it's triggerred by the presence of the CFQUERYPARAM tag. Here's the solution I found (thanks Eric!):
The solution: due to caching of the odbc driver, you do NOT have to restart CF.
1. Go in the settings of the current datasource an UNCHECK 'Maintain Connections' --> submit the change
2. Rerun the page with the changed view/table/sp and make sure it's running fine.
3. Go back into the odbc settings an re-enable the 'Maintain Connections' --> submit the change
4. done!
Now everything should be working fine without restarting CF where a lot more i cached, like templates etc.
To get to the Maintain Connections option, I had to click on 'Advanced Settings' in the datasource properties in CFAdmin.
I can finally stop adding random spaces or tabs in my queries to stop ColdFusion from using the cached copy!
I wish I had known this earlier, cflocation has no effect when used after cfflush.
Sheesh.
Here's an old article in Computerworld I ran across today. Some of my favorites:
Smart appliances
Your refrigerator knows when you are low on milk and automatically orders more over the Internet. The cow juice and your other groceries are delivered to your front door. How has our species survived so long without this?
And the IBM PCjr. We actually owned one of those when I was a kid. It's amazing to hear how short a product lifetime it actually had.